File diff r9353:bc33456736f9 → r9354:358e967da2ca
src/saveload.cpp
Show inline comments
 
@@ -1776,7 +1776,7 @@ SaveOrLoadResult SaveOrLoad(const char *
 
	}
 
}
 

	
 
/** Do a save when exiting the game (patch option) _patches.autosave_on_exit */
 
/** Do a save when exiting the game (patch option) _settings.gui.autosave_on_exit */
 
void DoExitSave()
 
{
 
	SaveOrLoad("exit.sav", SL_SAVE, AUTOSAVE_DIR);