X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=45b88d0d46b16d323eae58a665e66865a9d2dc0e;hb=fcd710a8331cae4315de9ebbb23250d8b7f0b74d;hp=d73c1d8900fa62c3b2dfe276c3aa8e919541271f;hpb=eae2f3467caaaf64a9370c1acd8cecf11fd58328;p=rocksndiamonds.git 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) {