Let music loop, if playing without intro.

This commit is contained in:
johns 2002-03-08 16:28:44 +00:00
parent 0efa0fe7c2
commit 9e3c4a3875

View file

@ -200,6 +200,8 @@ global void CreateGame(char* filename, WorldMap* map)
if( GameIntro.Title ) {
ShowIntro(&GameIntro);
} else {
CallbackMusicOn();
}
if( FlagRevealMap ) {