mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 10:46:08 +00:00
Match CScriptMazeNode::SendScriptMsgs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user