mirror of https://github.com/AxioDL/metaforce.git
CGameState: Always initialize x80_
Provides a deterministic initial state.
This commit is contained in:
parent
a551dbc21d
commit
20e5595042
|
@ -69,7 +69,7 @@ class CGameState {
|
|||
friend class CStateManager;
|
||||
|
||||
std::array<bool, 128> x0_{};
|
||||
u32 x80_;
|
||||
u32 x80_ = 0;
|
||||
CAssetId x84_mlvlId;
|
||||
std::vector<CWorldState> x88_worldStates;
|
||||
std::shared_ptr<CPlayerState> x98_playerState;
|
||||
|
|
Loading…
Reference in New Issue