mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-28 07:52:53 +00:00
fixed sizes_known returning true incorrectly in INVERSE
This commit is contained in:
parent
6c682510bc
commit
5508fb7183
@ -409,7 +409,8 @@ 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;
|
||||||
return true;
|
if(INVERSE) return false;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool trees_known() {
|
EX bool trees_known() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user