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

More ChozoGhost imps

This commit is contained in:
2020-03-04 17:32:49 -08:00
parent d91e86a94a
commit 9d77d7313c
5 changed files with 276 additions and 37 deletions

View File

@@ -1434,7 +1434,7 @@ CEntity* ScriptLoader::LoadMetroidBeta(CStateManager& mgr, CInputStream& in, int
}
CEntity* ScriptLoader::LoadChozoGhost(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
if (!EnsurePropertyCount(propCount, 32, "ChozoGhost"))
if (!EnsurePropertyCount(propCount, 31, "ChozoGhost"))
return nullptr;
SScaledActorHead actorHead = LoadScaledActorHead(in, mgr);