This commit is contained in:
Nikolay Korolev
2021-01-11 02:35:03 +03:00
parent 642970df95
commit 53a99cb9ee
5 changed files with 487 additions and 389 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2556,7 +2556,7 @@ void CTheScripts::SetObjectiveForAllPedsInCollective(int colIndex, eObjective ob
}
else {
pPed->bScriptObjectiveCompleted = false;
//pPed->SetObjective(objective, p1, p2); TODO!
pPed->SetObjective(objective, p1, p2);
}
}
}