mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Various bug fixes
This commit is contained in:
@@ -45,9 +45,7 @@ void CScriptAiJumpPoint::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId oth
|
||||
if (wpnt)
|
||||
{
|
||||
x10c_currentWaypoint = wpnt->GetUniqueId();
|
||||
const CScriptWaypoint* nextWpnt = wpnt->NextWaypoint(mgr);
|
||||
if (nextWpnt)
|
||||
x10e_nextWaypoint = nextWpnt->GetUniqueId();
|
||||
x10e_nextWaypoint = wpnt->NextWaypoint(mgr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user