mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
mapedtior:: fixed loading arcm maps
This commit is contained in:
parent
662d46b7ba
commit
949b0d60db
@ -324,6 +324,9 @@ namespace mapstream {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_cgi();
|
||||||
|
cgi.require_basics();
|
||||||
|
|
||||||
usershape_changes++;
|
usershape_changes++;
|
||||||
|
|
||||||
initcells();
|
initcells();
|
||||||
@ -472,8 +475,6 @@ namespace mapstream {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cellbyid.clear();
|
cellbyid.clear();
|
||||||
check_cgi();
|
|
||||||
cgi.require_basics();
|
|
||||||
restartGraph();
|
restartGraph();
|
||||||
bfs();
|
bfs();
|
||||||
game_active = true;
|
game_active = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user