1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-18 15:00:26 +00:00

mapedtior:: fixed loading arcm maps

This commit is contained in:
Zeno Rogue 2019-05-29 16:50:17 +02:00
parent 662d46b7ba
commit 949b0d60db

View File

@ -324,6 +324,9 @@ namespace mapstream {
#endif
}
check_cgi();
cgi.require_basics();
usershape_changes++;
initcells();
@ -472,8 +475,6 @@ namespace mapstream {
}
cellbyid.clear();
check_cgi();
cgi.require_basics();
restartGraph();
bfs();
game_active = true;