rnd-20070916-1-src
[rocksndiamonds.git] / src / libgame / toons.c
index 2a233e4cbb847f1e3c101bfd7d78ad60c5f6cc4d..300ae70bf3da93d4f8505d87896424cc7bc3ae13 100644 (file)
@@ -149,9 +149,6 @@ void DrawAnim(Bitmap *toon_bitmap, GC toon_clip_gc,
         buffer_x, buffer_y);
 #endif
 
-  if (width == 0 || height == 0)
-    return;
-
   /* correct values to avoid off-screen blitting (start position) */
   if (pad_dest_x < screen_info.startx)
   {