mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-19 16:05:52 +00:00
Compile fixes
This commit is contained in:
parent
dc24a864fd
commit
ee6defb120
@ -179,7 +179,7 @@ float CPlayerState::GetBeamSwitchTime() const
|
|||||||
0.2, 0.1, 0.2, 0.2
|
0.2, 0.1, 0.2, 0.2
|
||||||
};
|
};
|
||||||
|
|
||||||
return switchTime[u32(x8_currentBeam)];
|
return switchTimes[u32(x8_currentBeam)];
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 CPlayerState::CalculateItemCollectionRate() const
|
u32 CPlayerState::CalculateItemCollectionRate() const
|
||||||
|
@ -113,6 +113,7 @@ private:
|
|||||||
CStaticInterference x188_staticIntf;
|
CStaticInterference x188_staticIntf;
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
float GetBeamSwitchTime() const;
|
||||||
u32 CalculateItemCollectionRate() const;
|
u32 CalculateItemCollectionRate() const;
|
||||||
|
|
||||||
u32 GetBaseHealthCapacityInt32() { return 99; }
|
u32 GetBaseHealthCapacityInt32() { return 99; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user