X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmaster.pas;h=957f53289ced17e4c8fbc0d7aa9169d4326e2dbe;hb=4de34c0c003869d8f125768be330702020f3c514;hp=4ca51eb6bf6bde69a5e5e2017f6bdbaf0fe220ab;hpb=a52956be369124d7373c9be299a7c8eb9aeef60d;p=d2df-sdl.git diff --git a/src/game/g_netmaster.pas b/src/game/g_netmaster.pas index 4ca51eb..957f532 100644 --- a/src/game/g_netmaster.pas +++ b/src/game/g_netmaster.pas @@ -707,8 +707,7 @@ begin qm := g_ProcessMessages(); // this updates kbd - if qm 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 + if qm or e_KeyPressed(VK_ESCAPE) then begin SL := nil; ST := nil;