From c37eb37b4d0cd52a1ee7dcda0e5c0685701d2b70 Mon Sep 17 00:00:00 2001 From: Misa Date: Sat, 17 Apr 2021 22:25:21 -0700 Subject: [PATCH] Consistently play Viridian squeak for pause menu inputs Pressing Esc to cancel the confirm quit menu didn't play the squeak, in contrast to pressing ACTION to cancel it, so now it does; pressing Esc to close the pause menu or pressing ACTION will also now play the Viridian squeak too. --- desktop_version/src/Input.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop_version/src/Input.cpp b/desktop_version/src/Input.cpp index dffe9a02..5af2fb31 100644 --- a/desktop_version/src/Input.cpp +++ b/desktop_version/src/Input.cpp @@ -2235,6 +2235,7 @@ void mapinput(void) { graphics.resumegamemode = true; } + music.playef(11); } } else @@ -2403,6 +2404,7 @@ static void mapmenuactionpress(void) case 30: // Return to game graphics.resumegamemode = true; + music.playef(11); break; case 31: // Graphic options and game options