mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 04:27:42 +00:00
Fix build error
This commit is contained in:
@@ -72,7 +72,7 @@ void CActor::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateMana
|
||||
{
|
||||
for (const SConnection& conn : x20_conns)
|
||||
{
|
||||
if (conn.x0_state != EScriptObjectState::DFST)
|
||||
if (conn.x0_state != EScriptObjectState::Default)
|
||||
continue;
|
||||
|
||||
const CActor* act = TCastToConstPtr<CActor>(mgr.GetObjectById(mgr.GetIdForScript(conn.x8_objId)));
|
||||
|
||||
Reference in New Issue
Block a user