mirror of https://github.com/AxioDL/metaforce.git
Add forgotten report argument
This commit is contained in:
parent
ebd1fb5944
commit
117344defe
|
@ -1338,7 +1338,7 @@ CEntity* ScriptLoader::LoadSpacePirate(CStateManager& mgr, CInputStream& in,
|
||||||
|
|
||||||
if (animParms.GetCharacter() == 0)
|
if (animParms.GetCharacter() == 0)
|
||||||
{
|
{
|
||||||
Log.report(logvisor::Warning, "SpacePirate <%s> has AnimationInformation property with invalid character selected");
|
Log.report(logvisor::Warning, "SpacePirate <%s> has AnimationInformation property with invalid character selected", head.x0_name.c_str());
|
||||||
animParms.SetCharacter(2);
|
animParms.SetCharacter(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue