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

Merge pull request #772 from InfoTeddy/general-bug-fixes-2

Fix inconsistencies with controller keybind options
This commit is contained in:
Terry Cavanagh 2021-06-12 22:31:50 +10:30 committed by GitHub
commit eb0b7c8e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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