diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |