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:
Marco Cawthorne 2019-09-09 19:00:06 +02:00
parent 8d4c6c086e
commit 2278daf727

View file

@ -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