diff options
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inventory.h b/include/inventory.h index cde8d2a..e95195b 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -58,10 +58,6 @@ public: } }; -static Item item[5]= { - #include "../config/items.h" -}; - struct item_t{ int count; ITEM_ID id; |