diff -r 922419c947f5 -r 450ca0afcd58 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Feb 25 15:48:40 2010 +0000 +++ b/hedgewars/uLand.pas Thu Feb 25 15:58:44 2010 +0000 @@ -657,6 +657,7 @@ procedure MakeFortsMap; var tmpsurf: PSDL_Surface; begin +MaxHedgehogs:= 32; // For now, defining a fort is playable area as 3072x1200 - there are no tall forts. The extra height is to avoid triggering border with current code, also if user turns on a border, it will give a bit more maneuvering room. playHeight:= 1200; playWidth:= 2560;