CBodyState: Always initialize x8_jumpType

Provides a deterministic initial state for the member.
This commit is contained in:
Lioncash 2020-04-07 12:32:03 -04:00
parent 56f48e8745
commit c3ddbfae89
1 changed files with 1 additions and 1 deletions

View File

@ -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;