mirror of https://github.com/AxioDL/metaforce.git
Fix bug in CExplosion
This commit is contained in:
parent
763fcdbd9c
commit
7195b87ce6
|
@ -58,7 +58,7 @@ void CExplosion::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId sender, CSt
|
||||||
CActor::AcceptScriptMsg(msg, sender, mgr);
|
CActor::AcceptScriptMsg(msg, sender, mgr);
|
||||||
|
|
||||||
if (xec_explosionLight != kInvalidUniqueId)
|
if (xec_explosionLight != kInvalidUniqueId)
|
||||||
mgr.SendScriptMsgAlways(sender, xec_explosionLight, msg);
|
mgr.SendScriptMsgAlways(xec_explosionLight, sender, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CExplosion::Think(float dt, CStateManager& mgr) {
|
void CExplosion::Think(float dt, CStateManager& mgr) {
|
||||||
|
|
Loading…
Reference in New Issue