some better default values

This commit is contained in:
Duion 2017-02-25 17:44:48 +01:00
parent c44842bf2f
commit 99f7f1a97c
3 changed files with 8 additions and 8 deletions

View file

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