X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=4a297314858004b037a51cfff7eff27e3d91f7de;hb=ddcffe00ce77278eeb312fa6155822faa6c06451;hp=48ec54275ed16ea36422b6c148ea4005f45be4e9;hpb=939a6fd558cffde54d72f9f562e504bbeffc638c;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 48ec5427..4a297314 100644 --- a/src/game.c +++ b/src/game.c @@ -2900,7 +2900,11 @@ void StartMoving(int x, int y) EL_BD_MAGIC_WALL_FILLING); Store[x][y] = element; } +#if 0 else if (CAN_SMASH(element) && Feld[x][y+1] == EL_ACID) +#else + else if (CAN_FALL(element) && Feld[x][y+1] == EL_ACID) +#endif { SplashAcid(x, y);