Fix Sound Stopping

This commit is contained in:
Andre Schweiger 2016-05-27 11:16:40 +02:00
parent 73775f875a
commit 3fa845e415

View file

@ -23,6 +23,7 @@ void playMusic(Sound snd){
void stopMusic() {
CSND_SetPlayState(8, 0);
CSND_SetPlayState(10, 0);
csndExecCmds(true);
}
void updateMusic(int lvl, int time) {