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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user