diff options
Diffstat (limited to 'include')
-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 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; |