mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-20 21:42:04 +02:00
fix fix
This commit is contained in:
@@ -531,9 +531,9 @@ CVehicle::ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelCon
|
|||||||
if(!bBraking){
|
if(!bBraking){
|
||||||
if(m_fGasPedal < 0.01f){
|
if(m_fGasPedal < 0.01f){
|
||||||
if(GetModelIndex() == MI_RCBANDIT)
|
if(GetModelIndex() == MI_RCBANDIT)
|
||||||
brake = 0.2f * mod_HandlingManager.fWheelFriction / pHandling->m_fMass;
|
brake = 0.2f * mod_HandlingManager.fWheelFriction / pHandling->fMass;
|
||||||
else
|
else
|
||||||
brake = mod_HandlingManager.fWheelFriction / pHandling->m_fMass;
|
brake = mod_HandlingManager.fWheelFriction / pHandling->fMass;
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_BUGS
|
||||||
brake *= CTimer::GetTimeStepFix();
|
brake *= CTimer::GetTimeStepFix();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user