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

Implement MetroidPrimeStage1 loader

This commit is contained in:
Jack Andersen
2017-08-19 19:23:22 -10:00
parent 3fa80babf6
commit 96b17ac73d
38 changed files with 1042 additions and 436 deletions

View File

@@ -116,7 +116,7 @@ void CScriptActor::Think(float dt, CStateManager& mgr)
}
}
if (!x2e2_25_dead && HealthInfo()->GetHP() <= 0.f)
if (!x2e2_25_dead && HealthInfo(mgr)->GetHP() <= 0.f)
{
x2e2_25_dead = true;
SendScriptMsgs(EScriptObjectState::Dead, mgr, EScriptObjectMessage::None);