From 74bbf45fa73277d326012643954292c246517b8c Mon Sep 17 00:00:00 2001 From: Misa Date: Fri, 11 Jun 2021 12:56:07 -0700 Subject: [PATCH] Play Viridian squeak when updating controller keybinds For consistency, the Viridian squeak is now played whenever the user updates their controller keybinds. --- desktop_version/src/Input.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop_version/src/Input.cpp b/desktop_version/src/Input.cpp index 58447472..7754045e 100644 --- a/desktop_version/src/Input.cpp +++ b/desktop_version/src/Input.cpp @@ -1840,6 +1840,7 @@ void titleinput(void) key.controllerButtonDown() ) { updatebuttonmappings(game.currentmenuoption); + music.playef(11); game.savestatsandsettings_menu(); }