mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-03 15:39:46 +01:00
Merge pull request #772 from InfoTeddy/general-bug-fixes-2
Fix inconsistencies with controller keybind options
This commit is contained in:
commit
eb0b7c8e87
1 changed files with 2 additions and 0 deletions
|
@ -1840,6 +1840,8 @@ void titleinput(void)
|
||||||
key.controllerButtonDown() )
|
key.controllerButtonDown() )
|
||||||
{
|
{
|
||||||
updatebuttonmappings(game.currentmenuoption);
|
updatebuttonmappings(game.currentmenuoption);
|
||||||
|
music.playef(11);
|
||||||
|
game.savestatsandsettings_menu();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue