mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 17:40:33 +00:00
more fixes; started CAutomobile::ProcessControl
This commit is contained in:
parent
03fc85bfe0
commit
36f3a517f9
9 changed files with 350 additions and 79 deletions
|
@ -23,7 +23,8 @@ enum ePanelStatus
|
|||
enum eWheelStatus
|
||||
{
|
||||
WHEEL_STATUS_OK,
|
||||
WHEEL_STATUS_BURST
|
||||
WHEEL_STATUS_BURST,
|
||||
WHEEL_STATUS_MISSING
|
||||
};
|
||||
|
||||
enum tComponent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue