mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Compile fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user