mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Windows Fixes
This commit is contained in:
@@ -9,7 +9,7 @@ namespace urde
|
||||
CScriptMemoryRelay::CScriptMemoryRelay(TUniqueId uid, const std::string& name, const CEntityInfo& info, bool b1, bool b2, bool b3)
|
||||
: CEntity(uid, info, true, name),
|
||||
x34_24_(b1),
|
||||
x34_25_skipSendNone(b2),
|
||||
x34_25_skipSendActive(b2),
|
||||
x34_26_ignoreMessages(b3)
|
||||
{
|
||||
}
|
||||
@@ -32,7 +32,7 @@ void CScriptMemoryRelay::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId obj
|
||||
else if (msg == EScriptObjectMessage::Activate)
|
||||
{
|
||||
stateMgr.GetRelayTracker()->AddRelay(xc_editorId);
|
||||
if (!x34_25_skipSendNone)
|
||||
if (!x34_25_skipSendActive)
|
||||
SendScriptMsgs(EScriptObjectState::Active, stateMgr, EScriptObjectMessage::None);
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user