aboutsummaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-10-24 17:56:21 +0300
committerGitHub <noreply@github.com>2020-10-24 17:56:21 +0300
commit07d1637342b2bd31c401a7b39f3a62c9406d2260 (patch)
treeff12903dd5960c81516de703f8435f2609e26d9a /src/objects
parent088065e0a8717bdf6a4d9c4ecb65ed30b2247db2 (diff)
parent2709531f0901bf24136738e76b5427ddc16fdf7d (diff)
Merge pull request #779 from Sergeanur/VC/Pickups
Pickups Done
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/Object.h b/src/objects/Object.h
index ce45509f..bc74b58b 100644
--- a/src/objects/Object.h
+++ b/src/objects/Object.h
@@ -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;