Match CScriptMazeNode::SendScriptMsgs

This commit is contained in:
2022-09-15 21:30:20 -07:00
parent 7f768f8405
commit 972aa78e61
2 changed files with 7 additions and 9 deletions

View File

@@ -81,8 +81,8 @@ public:
static void LoadMazeSeeds();
inline void SendScriptMsg(CStateManager& mgr, CEntity* to, EScriptObjectMessage msg) {
mgr.SendScriptMsg(to, GetUniqueId(), msg);
static inline void SendScriptMsg(CStateManager& mgr, CEntity* to, TUniqueId sender, EScriptObjectMessage msg) {
mgr.SendScriptMsg(to, sender, msg);
}
private:
@@ -117,4 +117,4 @@ private:
static uint sMazeSeeds[300];
};
#endif
#endif