From 070d7db9a92bfb61ab2aab8d336b37a51637a902 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Fri, 17 Jul 2015 14:33:02 -0500 Subject: [PATCH] allowplayerstep lets folks run up sharper angles than normal. that should be off by default. --- Engine/source/T3D/tsStatic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/T3D/tsStatic.cpp b/Engine/source/T3D/tsStatic.cpp index a3b999af5..0ca66b32f 100644 --- a/Engine/source/T3D/tsStatic.cpp +++ b/Engine/source/T3D/tsStatic.cpp @@ -102,7 +102,7 @@ TSStatic::TSStatic() mPlayAmbient = true; mAmbientThread = NULL; - mAllowPlayerStep = true; + mAllowPlayerStep = false; mConvexList = new Convex;