X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;fp=src%2Ftools.c;h=0271abfc43d83eb615b99fe8663df7cd83e0a5d5;hp=08f2cc1e56d4ceb22df90824ce61fcd9433b2423;hb=00f1c42e2779f15ae0e68dc820292141bb2cea2f;hpb=bdab944cbf455752171f10c2451e5ce45de693b8 diff --git a/src/tools.c b/src/tools.c index 08f2cc1e..0271abfc 100644 --- a/src/tools.c +++ b/src/tools.c @@ -3951,6 +3951,9 @@ void DrawLevelGraphicAnimationIfNeeded(int x, int y, int graphic) if (!IS_NEW_FRAME(GfxFrame[x][y], graphic)) return; + if (ANIM_MODE(graphic) & ANIM_TILED) + return; + DrawGraphicAnimation(sx, sy, graphic); #if 1