1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 11:38:05 +00:00

fixed some problems with 2D fake

This commit is contained in:
Zeno Rogue
2021-08-05 11:56:12 +02:00
parent 8d2dcb462e
commit cb6a28f7c1
2 changed files with 17 additions and 5 deletions

View File

@@ -1553,7 +1553,7 @@ EX void start_game() {
check_cgi();
cgi.require_basics();
#if CAP_ARCM
arcm::current.compute_geometry();
arcm::current_or_fake().compute_geometry();
#endif
initcells();
expansion.reset();