mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-20 10:56:19 +01:00
(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)
This commit is contained in:
parent
20737a3462
commit
a4941e759c
@ -1445,8 +1445,8 @@ void GameLoop()
|
|||||||
|
|
||||||
/* autosave game? */
|
/* autosave game? */
|
||||||
if (_do_autosave) {
|
if (_do_autosave) {
|
||||||
_do_autosave = false;
|
|
||||||
DoAutosave();
|
DoAutosave();
|
||||||
|
_do_autosave = false;
|
||||||
SetWindowDirty(WC_STATUS_BAR, 0);
|
SetWindowDirty(WC_STATUS_BAR, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user