mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 09:30:34 +00:00
Fix some sanitizer errors, improve POSIX streamer
This commit is contained in:
parent
1a3e254b6c
commit
fec01aeff1
9 changed files with 312 additions and 168 deletions
|
@ -187,7 +187,7 @@ public:
|
|||
CAutoPilot AutoPilot;
|
||||
uint8 m_currentColour1;
|
||||
uint8 m_currentColour2;
|
||||
uint8 m_aExtras[2];
|
||||
int8 m_aExtras[2];
|
||||
int16 m_nAlarmState;
|
||||
int16 m_nRouteSeed;
|
||||
CPed *pDriver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue