diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h index 29c61c72..a83a1f80 100644 --- a/src/gui/inventory.h +++ b/src/gui/inventory.h @@ -33,7 +33,7 @@ #include "../net/network.h" #include "gui.h" -#define INVENTORY_SIZE 10 +#define INVENTORY_SIZE 100 struct itemHolder { // the holder of a item int id; // the id of the item |