X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=3f551d63a01b630d6b195716c5d056307bae15eb;hb=f8adc288ec39fcd2f1855e337bb021a6760f6842;hp=8d1844479ea9b8c45785e57e57243f716565745f;hpb=0fa16ae6e75fc44a990a57ced9f9397eefb439e4;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 8d184447..3f551d63 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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; }