mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 04:57:01 +00:00
Fix bug in CExplosion
This commit is contained in:
@@ -58,7 +58,7 @@ void CExplosion::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId sender, CSt
|
||||
CActor::AcceptScriptMsg(msg, sender, mgr);
|
||||
|
||||
if (xec_explosionLight != kInvalidUniqueId)
|
||||
mgr.SendScriptMsgAlways(sender, xec_explosionLight, msg);
|
||||
mgr.SendScriptMsgAlways(xec_explosionLight, sender, msg);
|
||||
}
|
||||
|
||||
void CExplosion::Think(float dt, CStateManager& mgr) {
|
||||
|
||||
Reference in New Issue
Block a user