From f5b9abcef16fe49ece6708bdbd809ade58158136 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Fri, 11 Oct 2019 05:44:26 +0300 Subject: [PATCH] stop music on error screen --- src/error.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/error.c b/src/error.c index 3bd507a..d806398 100644 --- a/src/error.c +++ b/src/error.c @@ -131,6 +131,7 @@ void ERR_panic(char *msg) { SpuSetKey(SPU_OFF, SPU_ALLCH); + S_stopmusic(); ResetCallback(); ResetGraph(0); -- 2.11.4.GIT