hedgewars/uVisualGears.pas
changeset 4809 9c7d5f802618
parent 4806 48c1a395f0a7
child 4818 202eef454354
--- a/hedgewars/uVisualGears.pas	Sun Jan 02 18:12:16 2011 +0100
+++ b/hedgewars/uVisualGears.pas	Sun Jan 02 19:30:16 2011 +0100
@@ -113,7 +113,7 @@
         exit
         end;
 
-if ((cReducedQuality and rqFancyBoom) <> 0) and
+if ((cReducedQuality and rqAntiBoom) <> 0) and
    not Critical and
    not (Kind in
    [vgtTeamHealthSorter,
@@ -429,7 +429,7 @@
                     DrawCentered(round(Gear^.X) + WorldDx, round(Gear^.Y) + WorldDy, Gear^.Tex)
                     end
         end;
-            if (cReducedQuality and rqFancyBoom) = 0 then
+            if (cReducedQuality and rqAntiBoom) = 0 then
                 case Gear^.Kind of
                     vgtSmoke: DrawSprite(sprSmoke, round(Gear^.X) + WorldDx - 11, round(Gear^.Y) + WorldDy - 11, 7 - Gear^.Frame);
                     vgtSmokeWhite: DrawSprite(sprSmokeWhite, round(Gear^.X) + WorldDx - 11, round(Gear^.Y) + WorldDy - 11, 7 - Gear^.Frame);
@@ -458,7 +458,7 @@
                              DrawRotatedTextureF(SpritesData[sprBigExplosion].Texture, 0.85 * (-power(2, -10 * Int(Gear^.Timer)/250) + 1) + 0.4, 0, 0, round(Gear^.X) + WorldDx, round(Gear^.Y) + WorldDy, 0, 1, 385, 385, Gear^.Angle);
                              end;
             end;
-        if (cReducedQuality and rqFancyBoom) = 0 then
+        if (cReducedQuality and rqAntiBoom) = 0 then
             case Gear^.Kind of
                 vgtExplPart: DrawSprite(sprExplPart, round(Gear^.X) + WorldDx - 16, round(Gear^.Y) + WorldDy - 16, 7 - Gear^.Frame);
                 vgtExplPart2: DrawSprite(sprExplPart2, round(Gear^.X) + WorldDx - 16, round(Gear^.Y) + WorldDy - 16, 7 - Gear^.Frame);