1
0
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:
Zeno Rogue 2024-11-17 17:02:07 +01:00
parent f63d06b648
commit 2cb601312c

View File

@ -400,6 +400,7 @@ int type_in_quick(expansion_analyzer& ea, cell *c, const cellfunction& f) {
EX bool sizes_known() {
#if MAXMDIM >= 4
if(reg3::exact_rules()) return true;
if(reg3::in()) return false;
#endif
if(closed_manifold) return false;
// Castle Anthrax is infinite