X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fanim.c;fp=src%2Fanim.c;h=1e155f9eeacec35859e67fc38087bb8a54f8cb30;hp=d5b3d74a7fe36163cb25939413f9dacf8c93b82d;hb=7f849601975c5b19775306326993b1dd6ed888b3;hpb=22d06801587ab712d58e2843877e993ccdde0b46 diff --git a/src/anim.c b/src/anim.c index d5b3d74a..1e155f9e 100644 --- a/src/anim.c +++ b/src/anim.c @@ -1866,6 +1866,9 @@ static boolean InitGlobalAnim_Clicked(int mx, int my, int clicked_event) HandleGlobalAnim(ANIM_CONTINUE, game_status); handle_click = FALSE; + + // prevent ignoring release event if processed within same game frame + StopProcessingEvents(); } return (click_consumed || any_event_action);