diff options
Diffstat (limited to 'src/openttd.cpp')
-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 1aa9348b9..b49e36c55 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -1270,7 +1270,7 @@ void GameLoop() if (_do_autosave) { _do_autosave = false; DoAutosave(); - RedrawAutosave(); + SetWindowDirty(WC_STATUS_BAR, 0); } /* switch game mode? */ |