key fix
This commit is contained in:
parent
70d783cc5e
commit
b09169256b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Procedure HandleEventMenu()
|
|||
EndProcedure
|
||||
|
||||
Procedure HandleEventRunningGame()
|
||||
If KeyboardReleased(#PB_Key_F10)
|
||||
If KeyboardReleased(#PB_Key_Q)
|
||||
CurrentState = "MAIN_MENU"
|
||||
*ActiveMenu.GameMenu = Menus(CurrentState)
|
||||
EndIf
|
||||
|
|
Loading…
Reference in a new issue