mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-03 15:39:46 +01: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:
parent
d25243943e
commit
74bbf45fa7
1 changed files with 1 additions and 0 deletions
|
@ -1840,6 +1840,7 @@ void titleinput(void)
|
||||||
key.controllerButtonDown() )
|
key.controllerButtonDown() )
|
||||||
{
|
{
|
||||||
updatebuttonmappings(game.currentmenuoption);
|
updatebuttonmappings(game.currentmenuoption);
|
||||||
|
music.playef(11);
|
||||||
game.savestatsandsettings_menu();
|
game.savestatsandsettings_menu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue