changeset 3141 | 70d65353bd60 |
parent 3138 | 1798518e1d73 |
child 3165 | 3ec07a7d8456 |
--- 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;