mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 14:40:33 +00:00
more CBike and fixes
This commit is contained in:
parent
07c6752cf7
commit
3e36428568
9 changed files with 1153 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue