mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 03:16:20 +00:00
bug fixed
This commit is contained in:
@ -9614,7 +9614,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) {
|
||||
switch (model) {
|
||||
case MI_LANDSTAL:
|
||||
case MI_LINERUN:
|
||||
|
Reference in New Issue
Block a user