From 14a6e6a4bc5d39ddf8f31efc07a5e2493a6f6d0a Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 11 Apr 2009 08:58:32 -0600 Subject: Remove more support #ifdefs --- src/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index 358c93e3..cfd72089 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -26,10 +26,10 @@ class Item; #ifdef EATHENA_SUPPORT const int INVENTORY_SIZE = 102; -const int STORAGE_SIZE = 301; #else const int INVENTORY_SIZE = 50; #endif +const int STORAGE_SIZE = 301; class Inventory { -- cgit v1.2.3-70-g09d2