diff --git a/source/Sound.c b/source/Sound.c index 288fb4d..0e188e4 100644 --- a/source/Sound.c +++ b/source/Sound.c @@ -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) {