Fix bug in CExplosion

This commit is contained in:
Phillip Stephens 2023-02-06 21:51:33 -08:00
parent 763fcdbd9c
commit 7195b87ce6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {