mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 05:50:35 +00:00
more CVehicleModelInfo
This commit is contained in:
parent
cb8993f15e
commit
c5a058b615
4 changed files with 237 additions and 2 deletions
|
@ -8,7 +8,11 @@ class CVehicle : public CPhysical
|
|||
{
|
||||
public:
|
||||
// 0x128
|
||||
uint8 stuff1[120];
|
||||
uint8 stuff1[116];
|
||||
uint8 m_currentColour1;
|
||||
uint8 m_currentColour2;
|
||||
uint8 m_extra1;
|
||||
uint8 m_extra2;
|
||||
int16 m_nAlarmState;
|
||||
CPed *pDriver;
|
||||
CPed *pPassengers[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue