Changeset - r24540:d3b3e7b0d526
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 3 years ago 2020-11-30 17:47:20
j.g.rennison@gmail.com
Fix: Assert fail when using restart command after opening save/load GUI
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/fios_gui.cpp
Show inline comments
 
@@ -929,7 +929,5 @@ void ShowSaveLoadDialog(AbstractFileType
 
		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);
 
}
0 comments (0 inline, 0 general)