From 3e36428568d1b26306a9639ed04aa49b578ac74e Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 4 Jun 2020 17:38:41 +0200 Subject: more CBike and fixes --- src/vehicles/Vehicle.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/vehicles/Vehicle.h') diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index 319f27c8..b3a36c6d 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -128,11 +128,13 @@ enum eVehicleAppearance VEHICLE_APPEARANCE_PLANE, }; -// TODO +// TODO: what is this even? enum eBikeWheelSpecial { - BIKE_WHEEL_2 = 2, - BIKE_WHEEL_3, + BIKE_WHEELSPEC_0, // both wheels on ground + BIKE_WHEELSPEC_1, // rear wheel on ground + BIKE_WHEELSPEC_2, // only front wheel on ground + BIKE_WHEELSPEC_3, // can't happen }; enum -- cgit v1.2.3