forked from mirror/OpenTTD
(svn r169) -Fix: move around sort-widgets a bit so it looks more natural
-Fix: savegames are sorted with newest date first by default -Codechange: refine sorter functions -Fix: fixed linux warnings (tokai)
This commit is contained in:
1
ttd.c
1
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;
|
||||
|
Reference in New Issue
Block a user