From 9e3c4a3875e7bb40ff1ae32ab79faef89f42afc4 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Fri, 8 Mar 2002 16:28:44 +0000
Subject: [PATCH] Let music loop, if playing without intro.

---
 src/game/game.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/game/game.cpp b/src/game/game.cpp
index 086bbd974..021d6705b 100644
--- a/src/game/game.cpp
+++ b/src/game/game.cpp
@@ -200,6 +200,8 @@ global void CreateGame(char* filename, WorldMap* map)
 
     if( GameIntro.Title ) {
 	ShowIntro(&GameIntro);
+    } else {
+	CallbackMusicOn();
     }
 
     if( FlagRevealMap ) {