--- 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);