浏览代码

allowplayerstep lets folks run up sharper angles than normal. that should be off by default.

Azaezel 10 年之前
父节点
当前提交
070d7db9a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/T3D/tsStatic.cpp

+ 1 - 1
Engine/source/T3D/tsStatic.cpp

@@ -102,7 +102,7 @@ TSStatic::TSStatic()
    mPlayAmbient      = true;
    mAmbientThread    = NULL;
 
-   mAllowPlayerStep = true;
+   mAllowPlayerStep = false;
 
    mConvexList = new Convex;