From 429e82f91487d48ecb5a1742ec6fb6987a2bc9bd Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 6 May 2009 08:22:19 -0600 Subject: Remove more inventory handling support #ifdefs This also fixes some minor bugs and centralizes some logic. --- 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 cfd72089..cd57d10e 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -25,7 +25,7 @@ class Item; #ifdef EATHENA_SUPPORT -const int INVENTORY_SIZE = 102; +const int INVENTORY_SIZE = 100; #else const int INVENTORY_SIZE = 50; #endif -- cgit v1.2.3-60-g2f50