DEADSOFTWARE

more input related fixes
[d2df-sdl.git] / src / game / g_game.pas
index 7e1249d6aa474c9e7d4e184c53c7a803991a1fee..df564347985c186103783938645e2ad44d63e28f 100644 (file)
@@ -4642,8 +4642,7 @@ begin
 
     ProcessLoading(true);
 
-    if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) 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 e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then
     begin
       State := 0;
       break;