(svn r3055) Give the savegame/scenarion sort order flags symbolic names
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user