From cedc826b4a71f7d00d55b7b1234c1019d3f6e96a Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 2 Dec 2015 07:28:21 -0500 Subject: Fixed item textures --- include/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inventory.h') 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, -- cgit v1.2.3