summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-11-29 19:58:41 +0000
committerIra Rice <irarice@gmail.com>2008-11-29 19:58:41 +0000
commitd628724789db142c529af8c25e115dd7ea0626a7 (patch)
treec3799c68b66c5dd29dfeb5417520c7cbd0fcffb0 /src/localplayer.h
parentc6adb930edd2d0a88d7c5ca4edd58d95382a5abf (diff)
downloadmana-client-d628724789db142c529af8c25e115dd7ea0626a7.tar.gz
mana-client-d628724789db142c529af8c25e115dd7ea0626a7.tar.bz2
mana-client-d628724789db142c529af8c25e115dd7ea0626a7.tar.xz
mana-client-d628724789db142c529af8c25e115dd7ea0626a7.zip
Imported patch that Fate made on TMW which which changes the item
container to guarantee that the inventory window always reports what the player has correctly, getting rid of the stale item references that could occur from time to time.
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 bb37274d..ad59d138 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 100
+#define INVENTORY_SIZE 102
#define STORAGE_SIZE 301
class FloorItem;