From 5d03db6fc62b0ea66ffed6b5422b52e647efa894 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 25 Jan 2021 22:38:59 +0000 Subject: Fix: actually, stop the music by playing silence --- game/src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/game.c b/game/src/game.c index 5bfeffb..d4942c1 100644 --- a/game/src/game.c +++ b/game/src/game.c @@ -434,7 +434,7 @@ void run_game() } // stop the in game music - mplayer_init(SONG, SONG_IN_GAME); + mplayer_init(SONG, SONG_SILENCE); // hide all the sprites before going back to the menu spman_hide_all_sprites(); } -- cgit v1.2.3