mirror of https://github.com/AxioDL/metaforce.git
CWallWalker: Simplify CCollisionSurface initializer
Allows it to sit on one line.
This commit is contained in:
parent
deff9d054b
commit
4f56bf8eb6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue