diff -r 2489c36c61b7 -r e8801220c13f hedgewars/uVisualGearsList.pas --- a/hedgewars/uVisualGearsList.pas Tue Apr 17 20:10:10 2018 +0200 +++ b/hedgewars/uVisualGearsList.pas Tue Apr 17 15:21:52 2018 -0400 @@ -65,7 +65,7 @@ AddVisualGear:= nil; if (GameType <> gmtRecord) and (((GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet)) or fastScrolling) and // we are scrolling now - ((Kind <> vgtCloud) and (not Critical))) then + (not Critical)) then exit; if ((cReducedQuality and rqAntiBoom) <> 0) and