summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h2
1 files changed, 1 insertions, 1 deletions
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
{