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

This commit is contained in:
Azaezel 2015-07-17 14:33:02 -05:00
parent c2e5dc3345
commit 070d7db9a9

View file

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