mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Runtime/Weapon/CGameProjectile: Fix misnamed virtual function
This has a vaguely equivalent name to FluidFXThink (which has an uppercase X). Given this function isn't explicitly called anywhere directly, this is assumed to be a typo.
This commit is contained in:
@@ -229,7 +229,7 @@ void CGameProjectile::ApplyDamageToActors(CStateManager& mgr, const CDamageInfo&
|
||||
x2d0_touchResults.clear();
|
||||
}
|
||||
|
||||
void CGameProjectile::FluidFxThink(EFluidState state, CScriptWater& water, CStateManager& mgr) {
|
||||
void CGameProjectile::FluidFXThink(EFluidState state, CScriptWater& water, CStateManager& mgr) {
|
||||
if (x170_projectile.GetWeaponDescription()->xa6_SWTR)
|
||||
CWeapon::FluidFXThink(state, water, mgr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user