Просмотр исходного кода

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

Azaezel 10 лет назад
Родитель
Сommit
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;