diff options
Diffstat (limited to 'src/vehicles/Vehicle.cpp')
-rw-r--r-- | src/vehicles/Vehicle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.cpp b/src/vehicles/Vehicle.cpp index 7a4aad50..764e49cc 100644 --- a/src/vehicles/Vehicle.cpp +++ b/src/vehicles/Vehicle.cpp @@ -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); |