Use SetMoveState

This commit is contained in:
Sergeanur 2020-12-15 04:25:12 +02:00
parent ac95138c18
commit e970e5f246
1 changed files with 2 additions and 2 deletions

View File

@ -6413,7 +6413,7 @@ CPed::SetFollowPathStatic(void)
m_nLastPedState = oldLastState;
SetPedState(PED_FOLLOW_PATH);
m_nMoveState = m_followPathMoveState;
SetMoveState(m_followPathMoveState);
} else {
RestorePreviousState();
if (m_objective == OBJECTIVE_NONE) {
@ -6793,7 +6793,7 @@ CPed::SetFollowPathDynamic(void)
m_nLastPedState = oldLastState;
SetPedState(PED_FOLLOW_PATH);
m_nMoveState = m_followPathMoveState;
SetMoveState(m_followPathMoveState);
return true;
} else {