summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ttd.c b/ttd.c
index 89853699a..430b20e6f 100644
--- a/ttd.c
+++ b/ttd.c
@@ -641,7 +641,6 @@ 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
- MusicLoop();
_savegame_sort_order = 1; // default sorting of savegames is by date, newest first
#ifdef ENABLE_NETWORK
@@ -1165,8 +1164,7 @@ void GameLoop(void)
InputLoop();
- if (_game_mode != GM_MENU)
- MusicLoop();
+ MusicLoop();
}
void BeforeSaveGame(void)