mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 10:10:35 +00:00
added some small bits and stubs
This commit is contained in:
parent
26fda92728
commit
541665d9d1
22 changed files with 242 additions and 10 deletions
|
@ -54,6 +54,9 @@ uint8 m_extra2;
|
|||
uint8 stuff4[139];
|
||||
int32 m_vehType;
|
||||
|
||||
static void *operator new(size_t);
|
||||
static void operator delete(void*, size_t);
|
||||
|
||||
bool IsCar(void) { return m_vehType == VEHICLE_TYPE_CAR; }
|
||||
bool IsBoat(void) { return m_vehType == VEHICLE_TYPE_BOAT; }
|
||||
bool IsTrain(void) { return m_vehType == VEHICLE_TYPE_TRAIN; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue