X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fcartoons.c;h=e6b622dc94d51197069b3437e868abcca1ddf046;hp=1d17518616808a94cd6b3471c9b5986802172668;hb=69ec0335692c5e18ca09c091df5a75f022f503f7;hpb=45bb92ec36ed15857f404ddd1229d0ef387ddc00 diff --git a/src/cartoons.c b/src/cartoons.c index 1d175186..e6b622dc 100644 --- a/src/cartoons.c +++ b/src/cartoons.c @@ -583,6 +583,9 @@ void DrawGlobalAnimExt(int drawing_stage) else if (part->y > part->viewport_height - g->height) height -= (part->y - (part->viewport_height - g->height)); + if (width <= 0 || height <= 0) + continue; + dst_x += part->viewport_x; dst_y += part->viewport_y;