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 31f5d7235..2d9a581d6 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1258,7 +1258,7 @@ void StateGameLoop()
/* Save the desync savegame if needed. */
char name[MAX_PATH];
snprintf(name, lengthof(name), "dmp_cmds_%08x_%08x.sav", _settings_game.game_creation.generation_seed, _date);
- SaveOrLoad(name, SL_SAVE, AUTOSAVE_DIR);
+ SaveOrLoad(name, SL_SAVE, AUTOSAVE_DIR, false);
}
CheckCaches();