mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 11:30:09 +00:00
fixed the tortoise floor
This commit is contained in:
parent
ba8279db49
commit
04a04916a6
@ -3007,7 +3007,7 @@ NEWSHAPE
|
||||
#define BARROWFLOOR shBarrowFloor[euclid?0:nontruncated?2:ct6]
|
||||
#define LAVAFLOOR (nontruncated ? shFloor : shLavaFloor)[ct6]
|
||||
#define TRIFLOOR ((nontruncated ? shFloor : shTriFloor)[ct6])
|
||||
#define TURTLEFLOOR shTurtleFloor[ct6]
|
||||
#define TURTLEFLOOR shTurtleFloor[nontruncated ? 2 : ct6]
|
||||
#define ROSEFLOOR shRoseFloor[ct6]
|
||||
|
||||
#define ECT (euclid?2:ct6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user