mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 07:29:21 +00:00
car control and friends
This commit is contained in:
parent
a8d8c0690d
commit
40888e9486
13 changed files with 189 additions and 128 deletions
|
@ -734,6 +734,7 @@ CPopulation::AddPedInCar(CVehicle* car)
|
|||
pedType = PEDTYPE_COP;
|
||||
break;
|
||||
case MI_POLICE:
|
||||
case MI_PREDATOR:
|
||||
preferredModel = COP_STREET;
|
||||
pedType = PEDTYPE_COP;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue