summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index ec0c4f910..dfca2556a 100644
--- a/ttd.c
+++ b/ttd.c
@@ -581,6 +581,7 @@ int ttd_main(int argc, char* argv[])
LoadDriver(MUSIC_DRIVER, _ini_musicdriver);
LoadDriver(VIDEO_DRIVER, _ini_videodriver); // load video last, to prevent an empty window while sound and music loads
MusicLoop();
+ _savegame_sort_order = 1; // default sorting of savegames is by date, newest first
// Default difficulty level
_opt_mod_ptr = &_new_opt;