hedgewars/uVisualGearsList.pas
changeset 13329 e8801220c13f
parent 13040 a87d3119c962
child 13550 d42237d16acf
equal deleted inserted replaced
13328:2489c36c61b7 13329:e8801220c13f
    63     sp: real;
    63     sp: real;
    64 begin
    64 begin
    65 AddVisualGear:= nil;
    65 AddVisualGear:= nil;
    66 if (GameType <> gmtRecord) and
    66 if (GameType <> gmtRecord) and
    67    (((GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet)) or fastScrolling) and // we are scrolling now
    67    (((GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet)) or fastScrolling) and // we are scrolling now
    68    ((Kind <> vgtCloud) and (not Critical))) then
    68    (not Critical)) then
    69        exit;
    69        exit;
    70 
    70 
    71 if ((cReducedQuality and rqAntiBoom) <> 0) and
    71 if ((cReducedQuality and rqAntiBoom) <> 0) and
    72    (not Critical) and
    72    (not Critical) and
    73    (not (Kind in
    73    (not (Kind in