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;