1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

fixed the tortoise floor

This commit is contained in:
Zeno Rogue 2017-10-30 23:58:34 +01:00
parent ba8279db49
commit 04a04916a6

View File

@ -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)