CGE: Music now always loop, like in the original game
This commit is contained in:
parent
0cb6a66273
commit
c67e272451
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ void MusicPlayer::sndMidiStart() {
|
|||
|
||||
syncVolume();
|
||||
|
||||
// Al the tracks are supposed to loop
|
||||
_isLooping = true;
|
||||
_isPlaying = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue