mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Fix CAutoMapper surfaces on Braswell
This commit is contained in:
@@ -30,7 +30,7 @@ void CScriptAiJumpPoint::Think(float dt, CStateManager&)
|
||||
|
||||
void CScriptAiJumpPoint::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId other, CStateManager& mgr)
|
||||
{
|
||||
AcceptScriptMsg(msg, other, mgr);
|
||||
CActor::AcceptScriptMsg(msg, other, mgr);
|
||||
|
||||
if (msg != EScriptObjectMessage::InitializedInArea)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user