hedgewars/uGears.pas
changeset 4669 296dbccdf376
parent 4641 43d17e3b81de
child 4695 ac2cb3b99d70
--- a/hedgewars/uGears.pas	Fri Dec 24 22:39:20 2010 +0300
+++ b/hedgewars/uGears.pas	Fri Dec 24 16:13:28 2010 -0500
@@ -1121,7 +1121,7 @@
 if (GameFlags and gfArtillery) <> 0 then
     cArtillery:= true;
 
-if (Theme = 'Snow') or (Theme = 'Christmas') then
+if not hasBorder and ((Theme = 'Snow') or (Theme = 'Christmas')) then
     for i:= 0 to Pred(vobCount*2) do
         AddGear(GetRandom(LAND_WIDTH+1024)-512, LAND_HEIGHT - GetRandom(1024), gtFlake, 0, _0, _0, 0);
 end;