diff -r 62cc7f67105f -r adb5ef54da54 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Aug 30 18:03:44 2015 +0300 +++ b/hedgewars/uVariables.pas Tue Sep 01 23:54:13 2015 +0200 @@ -179,6 +179,7 @@ cElastic : hwFloat; cGravity : hwFloat; cGravityf : real; + cBuildMaxDist : LongInt; cDamageModifier : hwFloat; cLaserSighting : boolean; cVampiric : boolean; @@ -2565,6 +2566,7 @@ cElastic := _0_9; cGravity := cMaxWindSpeed * 2; cGravityf := 0.00025 * 2; + cBuildMaxDist := 256; cDamageModifier := _1; TargetPoint := cTargetPointRef;