mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
export everything: modules compiled separately
This commit is contained in:
@@ -24,7 +24,7 @@ cell *newCell(int type, heptagon *master);
|
||||
* and sometimes in direction 5
|
||||
*/
|
||||
|
||||
hstate transition(hstate s, int dir) {
|
||||
EX hstate transition(hstate s, int dir) {
|
||||
if(sphere) {
|
||||
if(S7 == 4) {
|
||||
if(s == hsOrigin) return dir == 0 ? hsB0 : hsB1;
|
||||
|
Reference in New Issue
Block a user