From 4dc5ae455cb2218f82a7fe795997aafe8a4602ff Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 27 Aug 2019 21:43:32 +0200 Subject: [PATCH] fixed a crash when switching Archimedean modes --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index 5436ae9d..77e412aa 100644 --- a/system.cpp +++ b/system.cpp @@ -1366,6 +1366,7 @@ EX void start_game() { ignored_memory_warning = false; check_cgi(); cgi.require_basics(); + arcm::current.compute_geometry(); initcells(); expansion.reset();