summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index c97fb6163..43c6b1170 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -341,8 +341,7 @@ static void LoadIntroGame(bool load_newgrfs = true)
CheckForMissingGlyphs();
- /* Play main theme */
- if (MusicDriver::GetInstance()->IsSongPlaying()) ResetMusic();
+ MusicLoop(); // ensure music is correct
}
void MakeNewgameSettingsLive()