X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=ef117c8fa9409fc9bc4e63b6878a1e5e022c185b;hb=8b2b9514de887390cf48f3f682bb9956784f261e;hp=ea30528996c15d9b1a706d899d0d6f0853dd5bd7;hpb=3f0fff81d235d4259a00b504e24a29f3171fb5bb;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index ea305289..ef117c8f 100644 --- a/src/game.c +++ b/src/game.c @@ -10648,7 +10648,7 @@ static void CreateFieldExt(int x, int y, int element, boolean is_change) if (IS_PLAYER(x, y) && !player_explosion_protected && IS_ACCESSIBLE(old_element) && !IS_ACCESSIBLE(new_element)) { - Bang(x, y); + KillPlayer(PLAYERINFO(x, y)); return; }