diff -r adb5ef54da54 -r b91667fd6f20 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Sep 01 23:54:13 2015 +0200 +++ b/hedgewars/uVariables.pas Wed Sep 02 00:39:35 2015 +0200 @@ -2566,7 +2566,7 @@ cElastic := _0_9; cGravity := cMaxWindSpeed * 2; cGravityf := 0.00025 * 2; - cBuildMaxDist := 256; + cBuildMaxDist := cDefaultBuildMaxDist; cDamageModifier := _1; TargetPoint := cTargetPointRef;