(svn r26326) -Fix [FS#5871]: when autosaving the message about a save already happening could be shown, even though the code's intention was to not show it (MJP)

pull/155/head
rubidium 11 years ago
parent 26810b34f7
commit cce01f8104

@ -1445,8 +1445,8 @@ void GameLoop()
/* autosave game? */
if (_do_autosave) {
_do_autosave = false;
DoAutosave();
_do_autosave = false;
SetWindowDirty(WC_STATUS_BAR, 0);
}

Loading…
Cancel
Save