mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Bitstream fixes
This commit is contained in:
@@ -123,7 +123,7 @@ private:
|
||||
float x1c_visorTransitionFactor = 0.2f;
|
||||
EPlayerSuit x20_currentSuit = EPlayerSuit::Power;
|
||||
rstl::reserved_vector<CPowerUp, 41> x24_powerups;
|
||||
rstl::reserved_vector<std::pair<u32, float>, 846> x170_scanTimes;
|
||||
rstl::reserved_vector<std::pair<ResId, float>, 846> x170_scanTimes;
|
||||
u32 x180_logScans = 0;
|
||||
u32 x184_totalLogScans = 0;
|
||||
CStaticInterference x188_staticIntf;
|
||||
@@ -168,8 +168,9 @@ public:
|
||||
void InitializePowerUp(EItemType type, u32 capacity);
|
||||
u32 GetLogScans() const { return x180_logScans; }
|
||||
u32 GetTotalLogScans() const { return x184_totalLogScans; }
|
||||
const rstl::reserved_vector<std::pair<u32, float>, 846>& GetScanTimes() const { return x170_scanTimes; }
|
||||
CPlayerState() : x188_staticIntf(5) { x0_24_ = true; }
|
||||
void InitializeScanTimes();
|
||||
const rstl::reserved_vector<std::pair<ResId, float>, 846>& GetScanTimes() const { return x170_scanTimes; }
|
||||
CPlayerState();
|
||||
CPlayerState(CBitStreamReader& stream);
|
||||
void PutTo(CBitStreamWriter& stream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user