Glass done

This commit is contained in:
Fire-Head
2020-04-02 00:04:56 +03:00
parent 8e3ee096e2
commit 13fb853fd8
7 changed files with 764 additions and 21 deletions

View File

@ -38,8 +38,8 @@ CObject::CObject(void)
bIsPickup = false;
m_obj_flag2 = false;
bOutOfStock = false;
m_obj_flag8 = false;
m_obj_flag10 = false;
bGlassCracked = false;
bGlassBroken = false;
bHasBeenDamaged = false;
m_nRefModelIndex = -1;
bUseVehicleColours = false;

View File

@ -36,8 +36,8 @@ public:
int8 bIsPickup : 1;
int8 m_obj_flag2 : 1;
int8 bOutOfStock : 1;
int8 m_obj_flag8 : 1;
int8 m_obj_flag10 : 1;
int8 bGlassCracked : 1;
int8 bGlassBroken : 1;
int8 bHasBeenDamaged : 1;
int8 bUseVehicleColours : 1;
int8 m_obj_flag80 : 1;