more CBike and fixes

This commit is contained in:
aap 2020-06-04 17:38:41 +02:00
commit 3e36428568
9 changed files with 1153 additions and 50 deletions

View file

@ -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