(svn r3055) Give the savegame/scenarion sort order flags symbolic names

This commit is contained in:
tron
2005-10-17 19:57:00 +00:00
parent 54a3659b16
commit c042fd3de3
6 changed files with 47 additions and 25 deletions

View File

@@ -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