mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-05 05:30:09 +00:00
fixed sizes_known returning true incorrectly in INVERSE
This commit is contained in:
parent
6c682510bc
commit
5508fb7183
@ -409,6 +409,7 @@ EX bool sizes_known() {
|
|||||||
if(aperiodic) return false;
|
if(aperiodic) return false;
|
||||||
if(currentmap->strict_tree_rules()) return true;
|
if(currentmap->strict_tree_rules()) return true;
|
||||||
if(arb::in()) return false;
|
if(arb::in()) return false;
|
||||||
|
if(INVERSE) return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user