# HG changeset patch # User nemo # Date 1267113524 0 # Node ID 450ca0afcd58597ac649a3eb46e0e4cfbffb1026 # Parent 922419c947f504b1ce3039f20942cf3fa7905d55 Set 32 hog limit for fort maps 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;