mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 04:09:16 +00:00
mapeditor:: don't erase maps when loading intra maps
This commit is contained in:
parent
0e39a8a485
commit
a8f8ca8536
@ -1142,6 +1142,7 @@ EX namespace mapstream {
|
||||
}
|
||||
for(int i=0; i<q; i++) {
|
||||
intra::in = true; /* so that it knows to load portals */
|
||||
game_active = false;
|
||||
load_only_map(f);
|
||||
intra::in = false;
|
||||
intra::become();
|
||||
|
Loading…
Reference in New Issue
Block a user