rnd-20030607-2-src
[rocksndiamonds.git] / src / game.c
index 948d46bb90083e3228985d257963e25038fe1bb2..7af0d617b96e3013d941feea3f87322502787998 100644 (file)
@@ -2363,7 +2363,7 @@ void Impact(int x, int y)
     if (object_hit && IS_PLAYER(x, y+1))
       KillHeroUnlessProtected(x, y+1);
     else if (object_hit && smashed == EL_PENGUIN)
-      Bang(x, y+1);
+      Bang(x, y + 1);
     else
     {
       Feld[x][y] = EL_AMOEBA_GROWING;