summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-17 19:57:00 +0000
committertron <tron@openttd.org>2005-10-17 19:57:00 +0000
commit23ecc82ad31b29dbf2adc3dd0f6f7550b3ac3e69 (patch)
tree55174ff380184f8b141b398364301899461e7fb6 /openttd.c
parentb85da4fef2897039e198da97f524f1ca9c6bf913 (diff)
downloadopenttd-23ecc82ad31b29dbf2adc3dd0f6f7550b3ac3e69.tar.xz
(svn r3055) Give the savegame/scenarion sort order flags symbolic names
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index 0e06fed7e..2ecd53a11 100644
--- a/openttd.c
+++ b/openttd.c
@@ -470,7 +470,7 @@ int ttd_main(int argc, char* argv[])
LoadDriver(SOUND_DRIVER, _ini_sounddriver);
LoadDriver(MUSIC_DRIVER, _ini_musicdriver);
LoadDriver(VIDEO_DRIVER, _ini_videodriver); // load video last, to prevent an empty window while sound and music loads
- _savegame_sort_order = 1; // default sorting of savegames is by date, newest first
+ _savegame_sort_order = SORT_BY_DATE | SORT_DESCENDING;
#ifdef ENABLE_NETWORK
// initialize network-core