2
0
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:
2016-08-22 17:52:51 -07:00
parent bf049843e1
commit 09bd30846f
4 changed files with 20 additions and 10 deletions

View File

@@ -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)
{
}