1
0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-11-22 02:32:39 +01:00

Fixed the keyboard shortcut for show menu

This commit is contained in:
prototux 2021-09-29 06:09:16 +02:00
parent 89f4b6d535
commit 7c29c05d64

View File

@ -584,7 +584,7 @@ int winmain::event_handler(const SDL_Event* event)
pause();
options::keyboard();
break;
case SDLK_F0:
case SDLK_F9:
options::toggle(Menu1::Show_Menu);
break;
default: