summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
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? */