X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_game.pas;h=26465349d5047fb6dc9de60e125f7607174d662f;hp=b3c00635e29cf462295f45fcda3138c89d2f9414;hb=9a8aeed521e9954c69b5a57c970766d8ca157b4c;hpb=b7c26c7f1787937245991190591ef4a6ee4d152e diff --git a/src/game/g_game.pas b/src/game/g_game.pas index b3c0063..2646534 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -4649,7 +4649,8 @@ begin ProcessLoading(true); - if e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then + if e_KeyPressed(IK_SPACE) or e_KeyPressed(IK_ESCAPE) or e_KeyPressed(VK_ESCAPE) or + e_KeyPressed(JOY0_JUMP) or e_KeyPressed(JOY1_JUMP) or e_KeyPressed(JOY2_JUMP) or e_KeyPressed(JOY3_JUMP) then begin State := 0; break;