X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fanim.c;h=b6ee0b933cb1b12307578c73fe3b2b18eb705825;hp=81441829e8694ef2b0fb8f44b27cb8443fe45e9e;hb=9274b9677563b997d6521b6c2c700ce30847cdfe;hpb=b3be19debfe6a782dced04fe3ee4406b7d8a2135 diff --git a/src/anim.c b/src/anim.c index 81441829..b6ee0b93 100644 --- a/src/anim.c +++ b/src/anim.c @@ -1543,7 +1543,8 @@ static boolean InitGlobalAnim_Clicked(int mx, int my, boolean clicked) if (!any_event_action && DoGlobalAnim_EventAction(part)) any_event_action = TRUE; - any_part_clicked = TRUE; + // determine if mouse clicks should be blocked from other animations + any_part_clicked = clickConsumed(part); if (isClickablePart(part, ANIM_EVENT_SELF)) {