mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-15 11:45:48 +00:00
expansion:: sizes not known if in reg3 and not exact rules
This commit is contained in:
parent
f63d06b648
commit
2cb601312c
@ -400,6 +400,7 @@ int type_in_quick(expansion_analyzer& ea, cell *c, const cellfunction& f) {
|
|||||||
EX bool sizes_known() {
|
EX bool sizes_known() {
|
||||||
#if MAXMDIM >= 4
|
#if MAXMDIM >= 4
|
||||||
if(reg3::exact_rules()) return true;
|
if(reg3::exact_rules()) return true;
|
||||||
|
if(reg3::in()) return false;
|
||||||
#endif
|
#endif
|
||||||
if(closed_manifold) return false;
|
if(closed_manifold) return false;
|
||||||
// Castle Anthrax is infinite
|
// Castle Anthrax is infinite
|
||||||
|
Loading…
Reference in New Issue
Block a user