mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-07 09:25:52 +00:00
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…
x
Reference in New Issue
Block a user