mapedtior:: fixed loading arcm maps

This commit is contained in:
Zeno Rogue 2019-05-29 16:50:17 +02:00
parent 662d46b7ba
commit 949b0d60db
1 changed files with 3 additions and 2 deletions

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;