rnd-20031202-1-src
[rocksndiamonds.git] / src / events.c
index 8cb7c51d81c9876ec600649928b1ebe13651c2c2..ffd028953a4a7073ca1729af01a631f96e42081c 100644 (file)
@@ -377,7 +377,7 @@ void HandleButton(int mx, int my, int button)
   if (HandleGadgets(mx, my, button))
   {
     /* do not handle this button event anymore */
-    mx = my = 0;
+    mx = my = -32;     /* force mouse event to be outside screen tiles */
   }
 
   switch(game_status)