mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-07 13:59:44 +00:00
fixed guards
This commit is contained in:
@@ -997,7 +997,7 @@ EX ld spherity(const transmatrix& V) {
|
||||
}
|
||||
|
||||
EX bool confusingGeometry() {
|
||||
#if MAXMDIM
|
||||
#if MAXMDIM >= 4
|
||||
if(reg3::ultra_mirror_in()) return true;
|
||||
#endif
|
||||
return quotient || elliptic || (fake::in() && fake::multiple);
|
||||
|
||||
Reference in New Issue
Block a user