X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fanim.c;h=bd1847a9a72cb3cef58bb53bba49d8ba44129004;hb=0771dc28227f57049bd4ef0958c95fc024b34f00;hp=710383f3c608c03e4e3832fea3b13e6ab6cc3bbf;hpb=2845fcd0832f6b527e582c77354e82d433e4459b;p=rocksndiamonds.git diff --git a/src/anim.c b/src/anim.c index 710383f3..bd1847a9 100644 --- a/src/anim.c +++ b/src/anim.c @@ -2164,6 +2164,11 @@ void RestartGlobalAnimsByStatus(int status) global.anim_status = anim_status_last; } +void SetAnimStatusBeforeFading(int status) +{ + anim_status_last_before_fading = status; +} + boolean HandleGlobalAnimClicks(int mx, int my, int button, boolean force_click) { static boolean click_consumed = FALSE;