mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 10:30:34 +00:00
CAutomobile::PreRender; whole class finished
This commit is contained in:
parent
8de701dd70
commit
6ff921c160
18 changed files with 764 additions and 38 deletions
|
@ -124,10 +124,10 @@ enum
|
|||
|
||||
enum tWheelState
|
||||
{
|
||||
WHEEL_STATE_0 = 0,
|
||||
WHEEL_STATE_1 = 1, // constant velocity
|
||||
WHEEL_STATE_2 = 2, // normal
|
||||
WHEEL_STATE_STATIC = 3, // not moving
|
||||
WHEEL_STATE_NORMAL, // standing still or rolling normally
|
||||
WHEEL_STATE_SPINNING, // rotating but not moving
|
||||
WHEEL_STATE_SKIDDING,
|
||||
WHEEL_STATE_FIXED, // not rotating
|
||||
};
|
||||
|
||||
enum eFlightModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue