mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 12:34:09 +00:00
VC replays
This commit is contained in:
parent
4d1182bdb1
commit
f7d5021ac5
12 changed files with 574 additions and 145 deletions
|
@ -10102,7 +10102,7 @@ int8 CRunningScript::ProcessCommands900To999(int32 command)
|
|||
CBaseModelInfo* pInfo = CModelInfo::GetModelInfo(model);
|
||||
script_assert(pInfo->GetModelType() == MITYPE_VEHICLE);
|
||||
CVehicleModelInfo* pVehicleInfo = (CVehicleModelInfo*)pInfo;
|
||||
if (pVehicleInfo->m_vehicleType != VEHICLE_TYPE_CAR) {
|
||||
if (pVehicleInfo->m_vehicleType == VEHICLE_TYPE_CAR || pVehicleInfo->m_vehicleType == VEHICLE_TYPE_BIKE) {
|
||||
switch (model) {
|
||||
case MI_LANDSTAL:
|
||||
case MI_LINERUN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue