mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-08 06:59:55 +00:00
display fake products correctly
This commit is contained in:
parent
dc5ced12e9
commit
e790ffbddd
@ -1678,6 +1678,7 @@ EX bool confusingGeometry() {
|
|||||||
#if MAXMDIM >= 4
|
#if MAXMDIM >= 4
|
||||||
if(reg3::ultra_mirror_in()) return true;
|
if(reg3::ultra_mirror_in()) return true;
|
||||||
#endif
|
#endif
|
||||||
|
if(mproduct) return (hybrid::csteps && !PIU(fake::in() && !fake::multiple)) || PIU(confusingGeometry());
|
||||||
return quotient || elliptic || (fake::in() && fake::multiple);
|
return quotient || elliptic || (fake::in() && fake::multiple);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user