aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-30 07:33:26 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-30 07:33:26 -0500
commitfbe1b6c3a0a3427111577e6b77600f5669012583 (patch)
tree47e730acbcc03d9f0116d49b29410bfe83cfbb4a /include/inventory.h
parente21db32169966b983e09b53801ee1a6d3101e57e (diff)
parentda95ece60c808ca04dd5c61068d8016a92c6c9b5 (diff)
Look at my fancy inventory
Diffstat (limited to 'include/inventory.h')
-rw-r--r--include/inventory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inventory.h b/include/inventory.h
index 3fdbf52..2793ad7 100644
--- a/include/inventory.h
+++ b/include/inventory.h
@@ -67,10 +67,6 @@ public:
}
};
-static Item item[5]= {
- #include "../config/items.h"
-};
-
struct item_t{
int count;
ITEM_ID id;