This commit is contained in:
Ruben Müller 2011-08-20 19:44:21 +02:00
parent 70d783cc5e
commit b09169256b
1 changed files with 1 additions and 1 deletions

View File

@ -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