rnd-19990122-2
[rocksndiamonds.git] / src / buttons.c
index 95c29674b9ede7c9368d04f62429adc88b6dcb93..f8d181e497dc4f618b952451a1233c252c481354 100644 (file)
@@ -2336,8 +2336,7 @@ void HandleGadgets(int mx, int my, int button)
     gi->event.off_borders = FALSE;
 
     /* initialize delay counter */
-    pressed_delay = 0;
-    DelayReached(&pressed_delay, GADGET_FRAME_DELAY);
+    DelayReached(&pressed_delay, 0);
 
     if (gi->event_mask & GD_EVENT_PRESSED)
       gi->callback_action(gi);