X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fcartoons.c;h=95b12ecb944bce0d4a9e10359704bc1e53ce1a5a;hb=ae3b4e39699426588abeb16a6114819652aa2cdb;hp=101d0ef1c5614298e06f35db36eecca853136684;hpb=c9338238a6f7a351df83aa4739b165c377bbdb17;p=rocksndiamonds.git diff --git a/src/cartoons.c b/src/cartoons.c index 101d0ef1..95b12ecb 100644 --- a/src/cartoons.c +++ b/src/cartoons.c @@ -1107,14 +1107,6 @@ static void HandleGlobalAnim(int action, int game_mode) HandleGlobalAnim_Mode(&global_anim_ctrl[game_mode], action); } -void InitAnimation() -{ -} - -void StopAnimation() -{ -} - static void DoAnimationExt() { int i; @@ -1134,13 +1126,3 @@ static void DoAnimationExt() redraw_mask = REDRAW_ALL; #endif } - -void DoAnimation() -{ - // HandleAnimation(ANIM_CONTINUE); - -#if 1 - // force screen redraw in next frame to continue drawing global animations - redraw_mask = REDRAW_ALL; -#endif -}