From 2cb601312cd851dc84d3c46e603267fb77b52d9a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Nov 2024 17:02:07 +0100 Subject: [PATCH] expansion:: sizes not known if in reg3 and not exact rules --- expansion.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/expansion.cpp b/expansion.cpp index eb0f8ddb..25675e4b 100644 --- a/expansion.cpp +++ b/expansion.cpp @@ -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