mapeditor:: don't erase maps when loading intra maps

This commit is contained in:
Zeno Rogue 2022-02-28 17:32:19 +01:00
parent 0e39a8a485
commit a8f8ca8536
1 changed files with 1 additions and 0 deletions

View File

@ -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();