mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 11:57:58 +00:00
fixed sizes_known returning true incorrectly in INVERSE
This commit is contained in:
@@ -409,7 +409,8 @@ EX bool sizes_known() {
|
||||
if(aperiodic) return false;
|
||||
if(currentmap->strict_tree_rules()) return true;
|
||||
if(arb::in()) return false;
|
||||
return true;
|
||||
if(INVERSE) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
EX bool trees_known() {
|
||||
|
Reference in New Issue
Block a user