mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 21:13:00 +00:00
expansion:: sizes not known if in reg3 and not exact rules
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user