hedgewars/uWorld.pas
changeset 10533 57b4d411f77d
parent 10532 28651db3f90e
child 10562 3388822b3914
--- a/hedgewars/uWorld.pas	Sun Nov 23 03:38:15 2014 +0100
+++ b/hedgewars/uWorld.pas	Sun Nov 23 03:41:37 2014 +0100
@@ -1354,25 +1354,25 @@
 else
     DrawWaves(-1, 100, - cWaveHeight div 2, - cWaveHeight div 2, 0);
 
-    changeDepth(RM, cStereo_Land);
-    DrawVisualGears(5);
-    DrawLand(WorldDx, WorldDy);
+ChangeDepth(RM, cStereo_Land);
+DrawVisualGears(5);
+DrawLand(WorldDx, WorldDy);
 
-    if replicateToLeft then
-        begin
-        ShiftWorld(-1);
-        DrawLand(WorldDx, WorldDy);
-        UnshiftWorld();
-        end;
+if replicateToLeft then
+    begin
+    ShiftWorld(-1);
+    DrawLand(WorldDx, WorldDy);
+    UnshiftWorld();
+    end;
 
-    if replicateToRight then
-        begin
-        ShiftWorld(1);
-        DrawLand(WorldDx, WorldDy);
-        UnshiftWorld();
-        end;
+if replicateToRight then
+    begin
+    ShiftWorld(1);
+    DrawLand(WorldDx, WorldDy);
+    UnshiftWorld();
+    end;
 
-    DrawWater(255, 0, 0);
+DrawWater(255, 0, 0);
 
 (*
 // Attack bar