changeset 14345 | 05c1d471694f |
parent 14343 | ce2e67c5af14 |
child 14346 | d5317635f368 |
--- a/hedgewars/uGearsHandlersMess.pas Thu Nov 29 03:26:35 2018 +0100 +++ b/hedgewars/uGearsHandlersMess.pas Thu Nov 29 08:41:18 2018 -0500 @@ -2073,7 +2073,7 @@ begin if Gear^.Damage > 0 then begin - doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Boom, Gear^.Hedgehog, EXPLAutoSound); + doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Boom, Gear^.Hedgehog, EXPLAutoSound or EXPLForceDraw); DeleteGear(Gear) end; exit