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:
parent
662d46b7ba
commit
949b0d60db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user