mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 13:26:19 +00:00
car control and friends
This commit is contained in:
@ -8,4 +8,3 @@ class CDummyPed : CDummy
|
||||
int32 pedType;
|
||||
int32 unknown;
|
||||
};
|
||||
static_assert(sizeof(CDummyPed) == 0x70, "CDummyPed: error");
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user