hedgewars/uVisualGearsList.pas
branchios-develop
changeset 13413 ba39a1d396c0
parent 13329 e8801220c13f
child 13550 d42237d16acf
--- a/hedgewars/uVisualGearsList.pas	Sun Jun 10 18:56:51 2018 +0200
+++ b/hedgewars/uVisualGearsList.pas	Sun Jun 10 19:12:26 2018 +0200
@@ -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
+   (not Critical)) then
        exit;
 
 if ((cReducedQuality and rqAntiBoom) <> 0) and