From 67ebafca971ecd4dcfde92bc64a838ba64c16e99 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 2 Dec 2015 06:11:35 -0500 Subject: segfault fixes --- include/inventory.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/inventory.h') 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; -- cgit v1.2.3