adjusted allowed thing stuck distance

This commit is contained in:
codeimp 2008-12-07 17:35:34 +00:00
parent 3daf9307e9
commit 5dd57082b5

View file

@ -44,7 +44,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
{
#region ================== Constants
private const float ALLOWED_STUCK_DISTANCE = 3.0f;
private const float ALLOWED_STUCK_DISTANCE = 6.0f;
#endregion