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
1 changed files with 1 additions and 1 deletions

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: