# HG changeset patch # User nemo # Date 1543498878 18000 # Node ID 05c1d471694f3b3b0dbdd38173e6b8c06fe229d5 # Parent efd2e8e217c93f4f8fe8415e94216d18f8e1b3a4 Remove airmines on solid land too diff -r efd2e8e217c9 -r 05c1d471694f hedgewars/uGearsHandlersMess.pas --- 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