Merge pull request #779 from Sergeanur/VC/Pickups

Pickups Done
This commit is contained in:
erorcun 2020-10-24 17:56:21 +03:00 committed by GitHub
commit 07d1637342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 201 additions and 114 deletions

View file

@ -61,7 +61,7 @@ public:
float m_fUprootLimit;
int8 ObjectCreatedBy;
uint8 bIsPickup : 1;
uint8 obj_flag_02 : 1;
uint8 bAmmoCollected : 1;
uint8 bPickupObjWithMessage : 1;
uint8 bOutOfStock : 1;
uint8 bGlassCracked : 1;