mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 17:30:48 +00:00
more CBike and fixes
This commit is contained in:
@ -926,7 +926,7 @@ CVehicle::ProcessBikeWheel(CVector &wheelFwd, CVector &wheelRight, CVector &whee
|
||||
if(bAlreadySkidding)
|
||||
adhesion *= pHandling->fTractionLoss;
|
||||
|
||||
if(special == BIKE_WHEEL_2 || special == BIKE_WHEEL_3)
|
||||
if(special == BIKE_WHEELSPEC_2 || special == BIKE_WHEELSPEC_3)
|
||||
contactSpeedRight = 0.0f;
|
||||
else
|
||||
contactSpeedRight = DotProduct(wheelContactSpeed, wheelRight);
|
||||
|
Reference in New Issue
Block a user