Remove ITEM_HEALTHKIT and ITEM_BATTERY g_items bitflags.
No point in allocating bits for one-time pickup items. I must have been asleep or something.
This commit is contained in:
parent
8d4c6c086e
commit
2278daf727
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
#define ITEM_SUIT 0x00004000
|
||||
#define ITEM_LONGJUMP 0x00008000
|
||||
|
||||
#define ITEM_HEALTHKIT 0x00010000
|
||||
#define ITEM_BATTERY 0x00020000
|
||||
#define ITEM_UNUSED17 0x00010000
|
||||
#define ITEM_UNUSED18 0x00020000
|
||||
#define ITEM_UNUSED19 0x00040000
|
||||
#define ITEM_UNUSED20 0x00080000
|
||||
#define ITEM_UNUSED21 0x00100000
|
||||
|
|
Loading…
Reference in a new issue