From: Holger Schemel Date: Sat, 25 Sep 1999 17:41:32 +0000 (+0200) Subject: rnd-19990925-2-src X-Git-Tag: 1.4.0^2~13 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=fcd710a8331cae4315de9ebbb23250d8b7f0b74d rnd-19990925-2-src --- diff --git a/src/editor.c b/src/editor.c index a0f9ca0b..091b0186 100644 --- a/src/editor.c +++ b/src/editor.c @@ -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'), diff --git a/src/tools.c b/src/tools.c index d73c1d89..45b88d0d 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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) {