summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-11-23 18:25:07 +0000
committerIra Rice <irarice@gmail.com>2008-11-23 18:25:07 +0000
commitd5e30d8f72184241034aa797471c31a5bcbaa095 (patch)
tree8a02b8680b4ddb095d70bab36b9d870bc31c2f8e /src/localplayer.h
parent73ccb1a8eacd7cb339eca67d7312107739f03605 (diff)
downloadmana-client-d5e30d8f72184241034aa797471c31a5bcbaa095.tar.gz
mana-client-d5e30d8f72184241034aa797471c31a5bcbaa095.tar.bz2
mana-client-d5e30d8f72184241034aa797471c31a5bcbaa095.tar.xz
mana-client-d5e30d8f72184241034aa797471c31a5bcbaa095.zip
Corrected a misreporting of the number of available slots. In the
future, this should be de-hardcoded and obtained from the server instead.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index ad59d138..bb37274d 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -28,7 +28,7 @@
// TODO move into some sane place...
#define MAX_SLOT 2
-#define INVENTORY_SIZE 102
+#define INVENTORY_SIZE 100
#define STORAGE_SIZE 301
class FloorItem;