1
0
mirror of https://github.com/td512/re3.git synced 2026-03-03 12:52:52 +00:00

lcs script mode

This commit is contained in:
Nikolay Korolev
2021-01-09 00:20:09 +03:00
parent 613d08d3e2
commit a9559f03b0
8 changed files with 268 additions and 110 deletions

View File

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