mirror of https://github.com/AxioDL/metaforce.git
Fix Drone crashing by loading a model as a particle
This commit is contained in:
parent
2d8d90f39a
commit
803acd9ac6
|
@ -2091,7 +2091,7 @@ CEntity* ScriptLoader::LoadDrone(CStateManager& mgr, CInputStream& in, int propC
|
|||
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
||||
return new MP1::CDrone(mgr.AllocateUniqueId(), name, flavor, info, xf, f1, std::move(mData), pInfo, actParms,
|
||||
CPatterned::EMovementType::Flyer, CPatterned::EColliderType::One, EBodyType::Pitchable, dInfo1,
|
||||
aId2, dInfo2, aId2, flares, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16,
|
||||
aId1, dInfo2, aId2, flares, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16,
|
||||
f17, f18, f19, f20, crscId, f21, f22, f23, f24, soundId, b1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue