diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-09-05 20:16:51 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-09-05 20:28:50 +0300 |
commit | 3f402d23ff552fc8785e39d7dfd1dacc32713774 (patch) | |
tree | 55a052f9a04b3c0777484910443a0d5e16c1fd28 /src/control/Script.cpp | |
parent | 9b47625115ffe103f3e1de07d75e35c8aee97698 (diff) |
Peds objectives and wait states done, fixes
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r-- | src/control/Script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp index b313e308..f7f9b058 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -3773,7 +3773,7 @@ int8 CRunningScript::ProcessCommands100To199(int32 command) CPed* pNearPed = ped->m_nearPeds[i]; if (pNearPed->m_leader == ped) { pNearPed->Teleport(pos); - pNearPed->PositionPedOutOfCollision(); // TODO(MIAMI): this is PositionAnyPedOutOfCollision!!! + pNearPed->PositionAnyPedOutOfCollision(); } } } |