hedgewars/uGearsList.pas
changeset 14753 168be33c099a
parent 14752 56098968df90
child 14765 ba8dd081359d
--- 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;