1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Play Viridian squeak when updating controller keybinds

For consistency, the Viridian squeak is now played whenever the user
updates their controller keybinds.
This commit is contained in:
Misa 2021-06-11 12:56:07 -07:00
parent d25243943e
commit 74bbf45fa7

View File

@ -1840,6 +1840,7 @@ void titleinput(void)
key.controllerButtonDown() )
{
updatebuttonmappings(game.currentmenuoption);
music.playef(11);
game.savestatsandsettings_menu();
}