rnd-19981202-1
[rocksndiamonds.git] / src / events.c
index 8d1de10daab05453a25e881a39f478064d1b3681..7f71d4b790c68cf13fda22c0bb4dba5d4a6dfa30 100644 (file)
@@ -622,12 +622,19 @@ static int HandleJoystickForAllPlayers()
   {
     byte joy_action = 0;
 
+    /*
     if (!setup.input[i].use_joystick)
       continue;
+      */
 
     joy_action = Joystick(i);
     result |= joy_action;
 
+
+    if (!setup.input[i].use_joystick)
+      continue;
+
+
     stored_player[i].action = joy_action;
   }