fixed handling clickable pointer-style global animations in request dialogs
[rocksndiamonds.git] / src / tools.c
index 8d1844479ea9b8c45785e57e57243f716565745f..3f551d63a01b630d6b195716c5d056307bae15eb 100644 (file)
@@ -4608,11 +4608,12 @@ static int RequestHandleEvents(unsigned int req_state, int draw_buffer_game)
                break;
 
              default:
-               // only check clickable animations if no request gadget clicked
-               HandleGlobalAnimClicks(mx, my, button_status, FALSE);
                break;
            }
 
+           // only needed to handle clickable pointer animations here
+           HandleGlobalAnimClicks(mx, my, button_status, FALSE);
+
            break;
          }