mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Fix CPASAnimState::FindBestAnimation derp
This commit is contained in:
@@ -33,7 +33,7 @@ CGameState::CGameState(CBitStreamReader& stream)
|
||||
float currentHealth = tmpPlayer.GetHealthInfo().GetHP();
|
||||
}
|
||||
|
||||
void CGameState::SetCurrentWorldId(unsigned int id, const std::string& name)
|
||||
void CGameState::SetCurrentWorldId(unsigned int id)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user