mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
fixes to fake twisted products
This commit is contained in:
@@ -1683,7 +1683,7 @@ EX bool confusingGeometry() {
|
||||
#if MAXMDIM >= 4
|
||||
if(reg3::ultra_mirror_in()) return true;
|
||||
#endif
|
||||
if(mproduct) return (hybrid::csteps && !PIU(fake::in() && !fake::multiple)) || PIU(confusingGeometry());
|
||||
if(mproduct || mtwisted) return (hybrid::csteps && !PIU(fake::in() && !fake::multiple)) || PIU(confusingGeometry());
|
||||
return quotient || elliptic || (fake::in() && fake::multiple);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user