2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Compile fixes

This commit is contained in:
2016-03-23 14:41:41 -07:00
parent dc24a864fd
commit ee6defb120
2 changed files with 2 additions and 1 deletions

View File

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