hedgewars/uVisualGearsList.pas
changeset 13040 a87d3119c962
parent 12110 f214d6315b71
child 13329 e8801220c13f
--- a/hedgewars/uVisualGearsList.pas	Tue Feb 20 17:52:22 2018 +0100
+++ b/hedgewars/uVisualGearsList.pas	Tue Feb 20 19:07:32 2018 +0100
@@ -63,8 +63,9 @@
     sp: real;
 begin
 AddVisualGear:= nil;
-if ((GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet)) or fastScrolling) and // we are scrolling now
-   ((Kind <> vgtCloud) and (not Critical)) then
+if (GameType <> gmtRecord) and
+   (((GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet)) or fastScrolling) and // we are scrolling now
+   ((Kind <> vgtCloud) and (not Critical))) then
        exit;
 
 if ((cReducedQuality and rqAntiBoom) <> 0) and