rnd-19990925-2-src
[rocksndiamonds.git] / src / tools.c
index d73c1d8900fa62c3b2dfe276c3aa8e919541271f..45b88d0d46b16d323eae58a665e66865a9d2dc0e 100644 (file)
@@ -1152,6 +1152,10 @@ void DrawScreenElementExt(int x, int y, int dx, int dy, int element,
   {
     graphic += !phase2;
   }
+  else if (element == EL_BALLOON)
+  {
+    graphic += phase4;
+  }
   else if ((element == EL_FELSBROCKEN || element == EL_SP_ZONK ||
            IS_GEM(element)) && !cut_mode)
   {