fixed bug with causing explosion instead of killing player directly
authorHolger Schemel <info@artsoft.org>
Sun, 8 Oct 2023 12:01:10 +0000 (14:01 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 8 Oct 2023 12:04:34 +0000 (14:04 +0200)
commit8b2b9514de887390cf48f3f682bb9956784f261e
treeb8bd0b73e71558e15e7b9c2e9c6da0908f10cd9f
parent3f0fff81d235d4259a00b504e24a29f3171fb5bb
fixed bug with causing explosion instead of killing player directly

While the final effect is the same (player is killed), the player was
killed by an explosion before (causing a "double explosion" when the
player itself exploded when being killed by the explosion), while the
player is killed directly now, preventing the double explosion.
src/game.c