diff -r 56098968df90 -r 168be33c099a hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Sun Apr 07 20:01:02 2019 +0200 +++ b/hedgewars/uGearsList.pas Sun Apr 07 20:03:09 2019 +0200 @@ -496,7 +496,7 @@ end; gtExplosives: begin gear^.AdvBounce:= 1; - if GameType in [gmtDemo, gmtSave, gmtRecord] then + if GameType in [gmtDemo, gmtRecord] then gear^.RenderHealth:= true; gear^.ImpactSound:= sndGrenadeImpact; gear^.nImpactSounds:= 1;