diff options
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Bike.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Bike.h b/src/vehicles/Bike.h index ba93fda0..c524a89c 100644 --- a/src/vehicles/Bike.h +++ b/src/vehicles/Bike.h @@ -36,7 +36,7 @@ public: CVector wheelieNormal; CVector wheelieRight; tBikeHandlingData *pBikeHandling; - int32 m_bikeAnimType; + AssocGroupId m_bikeAnimType; uint8 m_wheelStatus[2]; CColPoint m_aWheelColPoints[4]; float m_aSuspensionSpringRatio[4]; |