mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 19:25:18 -05:00
Fixed the keyboard shortcut for show menu
This commit is contained in:
parent
89f4b6d535
commit
7c29c05d64
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue