CWallWalker: Simplify CCollisionSurface initializer

Allows it to sit on one line.
This commit is contained in:
Lioncash 2020-04-26 03:20:32 -04:00
parent deff9d054b
commit 4f56bf8eb6
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ public:
enum class EWalkerType { Parasite = 0, Oculus = 1, Geemer = 2, IceZoomer = 3, Seedling = 4 };
protected:
CCollisionSurface x568_alignNormal =
CCollisionSurface(zeus::CVector3f(), zeus::skForward, zeus::skRight, -1);
CCollisionSurface x568_alignNormal{zeus::CVector3f(), zeus::skForward, zeus::skRight, -1};
CCollidableSphere x590_colSphere;
float x5b0_collisionCloseMargin;
float x5b4_alignAngVel;