rnd-19990925-2-src
authorHolger Schemel <info@artsoft.org>
Sat, 25 Sep 1999 17:41:32 +0000 (19:41 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:34:20 +0000 (10:34 +0200)
src/editor.c
src/tools.c

index a0f9ca0b6975df63e936ed7dbc01481e7b3f2b3b..091b01867134e0e49f0ed38b05e2feb9fc6d6679 100644 (file)
@@ -951,6 +951,17 @@ int editor_element[] =
   EL_SPEED_PILL,
   EL_BLACK_ORB,
 
+  EL_EMC_STEEL_WALL_1,
+  EL_EMC_WALL_1,
+  EL_EMC_WALL_2,
+  EL_EMC_WALL_3,
+
+  EL_EMC_WALL_4,
+  EL_EMC_WALL_5,
+  EL_EMC_WALL_6,
+  EL_EMC_WALL_7,
+
+
   EL_CHAR('S'),
   EL_CHAR('O'),
   EL_CHAR('K'),
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)
   {