From 3fa845e41509669a0db0c698ff190aa4864cc078 Mon Sep 17 00:00:00 2001 From: Andre Schweiger Date: Fri, 27 May 2016 11:16:40 +0200 Subject: [PATCH] Fix Sound Stopping --- source/Sound.c | 1 + 1 file changed, 1 insertion(+) 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) {