aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-02 07:28:21 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-02 07:28:21 -0500
commitcedc826b4a71f7d00d55b7b1234c1019d3f6e96a (patch)
treeaea0e252837d6aa65ee5b3e7e753db13b85e7ff8 /include/inventory.h
parent67ebafca971ecd4dcfde92bc64a838ba64c16e99 (diff)
Fixed item textures
Diffstat (limited to 'include/inventory.h')
-rw-r--r--include/inventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inventory.h b/include/inventory.h
index e95195b..ec71e94 100644
--- a/include/inventory.h
+++ b/include/inventory.h
@@ -21,7 +21,7 @@
*/
enum ITEM_ID {
- DEBUG_ITEM = 69,
+ DEBUG_ITEM = 0,
TEST_ITEM = 1,
PLAYER_BAG = 2,
FLASHLIGHT = 3,