hedgewars/uGears.pas
changeset 15359 c117e17b90bc
parent 15220 ceb289e8a582
child 15436 617f4c092e3d
--- a/hedgewars/uGears.pas	Mon Aug 26 19:05:28 2019 +0300
+++ b/hedgewars/uGears.pas	Mon Aug 26 14:27:03 2019 -0400
@@ -276,7 +276,7 @@
             end;
         if curHandledGear^.Active then
             begin
-            if curHandledGear^.RenderTimer then
+            if (not cOnlyStats) and curHandledGear^.RenderTimer then
                 begin
                 // Mine timer
                 if (curHandledGear^.Kind in [gtMine, gtSMine, gtAirMine]) then