Fix: Assert fail when using restart command after opening save/load GUI

This commit is contained in:
Jonathan G Rennison 2020-11-30 17:47:20 +00:00 committed by Michael Lutz
parent 80a7d0365b
commit 15fd63b1b8
1 changed files with 0 additions and 2 deletions

View File

@ -929,7 +929,5 @@ void ShowSaveLoadDialog(AbstractFileType abstract_filetype, SaveLoadOperation fo
sld = (abstract_filetype == FT_HEIGHTMAP) ? &_load_heightmap_dialog_desc : &_load_dialog_desc;
}
_file_to_saveload.abstract_ftype = abstract_filetype;
new SaveLoadWindow(sld, abstract_filetype, fop);
}