diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 22:49:47 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 22:49:47 +0000 |
commit | 70edbd9eb40f7f36b1bd5a55909d21ca54d10f41 (patch) | |
tree | 53750a0b00a4d2a4be828366d44fe69151756c2e /src/gui/inventory.h | |
parent | e39c95924ffe9637970a778e0a006fcc245c7949 (diff) | |
download | mana-70edbd9eb40f7f36b1bd5a55909d21ca54d10f41.tar.gz mana-70edbd9eb40f7f36b1bd5a55909d21ca54d10f41.tar.bz2 mana-70edbd9eb40f7f36b1bd5a55909d21ca54d10f41.tar.xz mana-70edbd9eb40f7f36b1bd5a55909d21ca54d10f41.zip |
Fix forgotten commit and increased static inventory size to 100 for now.
Diffstat (limited to 'src/gui/inventory.h')
-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 |