mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 12:47:10 +00:00
added some missing MAXMDIM guards
This commit is contained in:
@@ -997,7 +997,10 @@ EX ld spherity(const transmatrix& V) {
|
||||
}
|
||||
|
||||
EX bool confusingGeometry() {
|
||||
return quotient || elliptic || reg3::ultra_mirror_in() || (fake::in() && fake::multiple);
|
||||
#if MAXMDIM
|
||||
if(reg3::ultra_mirror_in()) return true;
|
||||
#endif
|
||||
return quotient || elliptic || (fake::in() && fake::multiple);
|
||||
}
|
||||
|
||||
EX ld master_to_c7_angle() {
|
||||
|
||||
Reference in New Issue
Block a user