mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
Fixed the keyboard shortcut for show menu
This commit is contained in:
parent
89f4b6d535
commit
7c29c05d64
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user