mirror of https://github.com/AxioDL/metaforce.git
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
|
||||
};
|
||||
|
||||
return switchTime[u32(x8_currentBeam)];
|
||||
return switchTimes[u32(x8_currentBeam)];
|
||||
}
|
||||
|
||||
u32 CPlayerState::CalculateItemCollectionRate() const
|
||||
|
|
|
@ -113,6 +113,7 @@ private:
|
|||
CStaticInterference x188_staticIntf;
|
||||
public:
|
||||
|
||||
float GetBeamSwitchTime() const;
|
||||
u32 CalculateItemCollectionRate() const;
|
||||
|
||||
u32 GetBaseHealthCapacityInt32() { return 99; }
|
||||
|
|
Loading…
Reference in New Issue