diff options
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 2 |
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, |