1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 03:27:55 +00:00

asonov:: added a geometry flag to recognize Arnold's cat

This commit is contained in:
Zeno Rogue
2021-03-25 10:57:48 +01:00
parent 1dc655df5a
commit 4a80af6912
3 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ int zgmod(int a, int b);
EX namespace asonov {
EX bool in() { return geometry == gArnoldCat; }
EX bool in() { return cgflags & qCAT; }
EX hyperpoint tx, ty, tz;
EX transmatrix straighten;