CGE: Music now always loop, like in the original game

This commit is contained in:
Strangerke 2011-09-30 08:28:09 +02:00
parent 0cb6a66273
commit c67e272451

View file

@ -260,6 +260,8 @@ void MusicPlayer::sndMidiStart() {
syncVolume();
// Al the tracks are supposed to loop
_isLooping = true;
_isPlaying = true;
}
}