mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 11:54:44 +00:00
Fixes for aap review (audio8)
This commit is contained in:
parent
fef3b5f978
commit
8808e6fdfe
11 changed files with 1247 additions and 2322 deletions
|
@ -1897,7 +1897,7 @@ CPhysical::ProcessCollision(void)
|
|||
CTimer::SetTimeStep(savedTimeStep);
|
||||
if(IsVehicle()){
|
||||
CVehicle *veh = (CVehicle*)this;
|
||||
if(veh->m_vehType == VEHICLE_TYPE_AUTOMOBILE){
|
||||
if(veh->m_vehType == VEHICLE_TYPE_CAR){
|
||||
CAutomobile *car = (CAutomobile*)this;
|
||||
car->m_aSuspensionSpringRatio[0] = 1.0f;
|
||||
car->m_aSuspensionSpringRatio[1] = 1.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue