mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 00:09:45 +00:00
Revert "First batch of fixes (CallAndMessage)"
This reverts commit 7a3b80a9b7
.
This commit is contained in:
@ -100,12 +100,7 @@ void CCarGenerator::DoInternalProcessing()
|
||||
// So game crashes if it's bike :D
|
||||
if (((CVehicleModelInfo*)CModelInfo::GetModelInfo(m_nModelIndex))->m_vehicleType != VEHICLE_TYPE_BIKE)
|
||||
pCar = new CAutomobile(m_nModelIndex, PARKED_VEHICLE);
|
||||
#ifdef FIX_BUGS
|
||||
else {
|
||||
debug("This shouldn't happen");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
pCar->SetIsStatic(false);
|
||||
pCar->bEngineOn = false;
|
||||
pos.z += pCar->GetDistanceFromCentreOfMassToBaseOfModel();
|
||||
|
Reference in New Issue
Block a user