diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openttd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index 6092805eb..6c700a016 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -1445,8 +1445,8 @@ void GameLoop() /* autosave game? */ if (_do_autosave) { - _do_autosave = false; DoAutosave(); + _do_autosave = false; SetWindowDirty(WC_STATUS_BAR, 0); } |