rnd-19981121-2
[rocksndiamonds.git] / src / events.c
index 9d4e3837bc7c9ff0cf3c80baad7d4ee68c32f891..f6bf55914775d87984939f4c9022d1c66714a714 100644 (file)
@@ -648,7 +648,7 @@ void HandleJoystick()
     {
       static long joystickmove_delay = 0;
 
-      if (joystick && !button && !DelayReached(&joystickmove_delay,150))
+      if (joystick && !button && !DelayReached(&joystickmove_delay, 150))
        newbutton = dx = dy = 0;
 
       if (game_status==MAINMENU)