mirror of https://github.com/AxioDL/metaforce.git
CBodyState: Always initialize x8_jumpType
Provides a deterministic initial state for the member.
This commit is contained in:
parent
56f48e8745
commit
c3ddbfae89
|
@ -198,7 +198,7 @@ public:
|
|||
|
||||
class CBSJump : public CBodyState {
|
||||
pas::EJumpState x4_state = pas::EJumpState::Invalid;
|
||||
pas::EJumpType x8_jumpType;
|
||||
pas::EJumpType x8_jumpType{};
|
||||
zeus::CVector3f xc_waypoint1;
|
||||
zeus::CVector3f x18_velocity;
|
||||
zeus::CVector3f x24_waypoint2;
|
||||
|
|
Loading…
Reference in New Issue