# HG changeset patch # User sheepluva # Date 1416710497 -3600 # Node ID 57b4d411f77d6f1c55b81519c5b25b3e7ca9b4df # Parent 28651db3f90ee83167e2d8323df19d3b946cd47a fix some indentation diff -r 28651db3f90e -r 57b4d411f77d hedgewars/uWorld.pas --- 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