mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 11:34:08 +00:00
car AI revision
This commit is contained in:
parent
6682e56f71
commit
26c6908d25
3 changed files with 17 additions and 15 deletions
|
@ -14643,7 +14643,7 @@ CPed::ProcessObjective(void)
|
|||
CZoneInfo zoneInfo;
|
||||
int chosenCarClass;
|
||||
CTheZones::GetZoneInfoForTimeOfDay(&ourPos, &zoneInfo);
|
||||
int chosenModel = CCarCtrl::ChooseModel(&zoneInfo, &ourPos, &chosenCarClass);
|
||||
int chosenModel = CCarCtrl::ChooseModel(&zoneInfo, &chosenCarClass);
|
||||
CVehicle *newVeh = nil;
|
||||
if (chosenModel != -1) {
|
||||
if (CModelInfo::IsBikeModel(chosenModel)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue