hedgewars/uGears.pas
changeset 6096 a00dbbf49d6c
parent 6081 537bbd5c1a62
child 6119 91792f506371
--- a/hedgewars/uGears.pas	Sat Oct 08 03:07:04 2011 +0200
+++ b/hedgewars/uGears.pas	Fri Oct 07 23:57:14 2011 -0400
@@ -1241,11 +1241,8 @@
     cArtillery:= true;
 
 if not hasBorder and ((Theme = 'Snow') or (Theme = 'Christmas')) then
-    begin
     for i:= 0 to Pred(vobCount*2) do
         AddGear(GetRandom(LAND_WIDTH+1024)-512, LAND_HEIGHT - GetRandom(LAND_HEIGHT div 2), gtFlake, 0, _0, _0, 0);
-    //disableLandBack:= true
-    end
 end;
 
 procedure doMakeExplosion(X, Y, Radius: LongInt; AttackingHog: PHedgehog; Mask: Longword; const Tint: LongWord);