From 5dd57082b55d846060355fe36325a1d1a4087608 Mon Sep 17 00:00:00 2001 From: codeimp Date: Sun, 7 Dec 2008 17:35:34 +0000 Subject: [PATCH] adjusted allowed thing stuck distance --- Source/BuilderModes/ErrorChecks/CheckStuckedThings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/BuilderModes/ErrorChecks/CheckStuckedThings.cs b/Source/BuilderModes/ErrorChecks/CheckStuckedThings.cs index aaf87a12..c71b1c09 100644 --- a/Source/BuilderModes/ErrorChecks/CheckStuckedThings.cs +++ b/Source/BuilderModes/ErrorChecks/CheckStuckedThings.cs @@ -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