diff -r 749682ae8926 -r 70d65353bd60 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Sun Mar 28 18:28:46 2010 +0000 +++ b/hedgewars/uLand.pas Sun Mar 28 18:47:35 2010 +0000 @@ -984,7 +984,8 @@ FillLand(x+1, cellsize div 2 + cellsize + off_y); MaxHedgehogs:= 32; -hasGirders:= false; +if (GameFlags and gfDisableGirders) <> 0 then hasGirders:= false +else hasGirders := true; leftX:= 0; rightX:= playWidth; topY:= off_y;