mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
fixed a crash when switching Archimedean modes
This commit is contained in:
parent
8adaa7fe49
commit
4dc5ae455c
@ -1366,6 +1366,7 @@ EX void start_game() {
|
|||||||
ignored_memory_warning = false;
|
ignored_memory_warning = false;
|
||||||
check_cgi();
|
check_cgi();
|
||||||
cgi.require_basics();
|
cgi.require_basics();
|
||||||
|
arcm::current.compute_geometry();
|
||||||
initcells();
|
initcells();
|
||||||
expansion.reset();
|
expansion.reset();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user