2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

More work on CPlayerGun

This commit is contained in:
Jack Andersen
2017-08-30 16:42:37 -10:00
parent 9b5ec8f86d
commit ddb1d584b7
20 changed files with 685 additions and 100 deletions

View File

@@ -18,7 +18,7 @@ bool CAuxWeapon::IsComboFxActive(const CStateManager& mgr) const
return false;
}
void CAuxWeapon::Load(int curBeam, CStateManager& mgr)
void CAuxWeapon::Load(CPlayerState::EBeamId curBeam, CStateManager& mgr)
{
}
@@ -33,4 +33,9 @@ void CAuxWeapon::LoadIdle()
}
void CAuxWeapon::RenderMuzzleFx() const
{
}
}