mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 03:54:09 +00:00
Struct cleanup, various fixes, enable PS2 rand
This commit is contained in:
parent
9bfcaff849
commit
1ffc37735e
27 changed files with 93 additions and 80 deletions
|
@ -47,13 +47,12 @@ public:
|
|||
float m_fUprootLimit;
|
||||
int8 ObjectCreatedBy;
|
||||
int8 bIsPickup : 1;
|
||||
int8 m_obj_flag2 : 1;
|
||||
int8 bPickupObjWithMessage : 1;
|
||||
int8 bOutOfStock : 1;
|
||||
int8 bGlassCracked : 1;
|
||||
int8 bGlassBroken : 1;
|
||||
int8 bHasBeenDamaged : 1;
|
||||
int8 bUseVehicleColours : 1;
|
||||
int8 m_obj_flag80 : 1;
|
||||
int8 m_nBonusValue;
|
||||
float m_fCollisionDamageMultiplier;
|
||||
uint8 m_nCollisionDamageEffect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue