hedgewars/uGearsList.pas
changeset 14749 533ac9774279
parent 14734 e57c8ace7d96
child 14750 ab7bf5036314
--- a/hedgewars/uGearsList.pas	Wed Apr 03 13:00:05 2019 +0200
+++ b/hedgewars/uGearsList.pas	Sun Apr 07 18:21:14 2019 +0200
@@ -487,6 +487,8 @@
                 end;
   gtExplosives: begin
                 gear^.AdvBounce:= 1;
+                if GameType in [gmtDemo, gmtSave, gmtRecord] then
+                    gear^.RenderHealth:= true;
                 gear^.ImpactSound:= sndGrenadeImpact;
                 gear^.nImpactSounds:= 1;
                 gear^.Radius:= 16;