Fix Sound Stopping
This commit is contained in:
parent
73775f875a
commit
3fa845e415
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue