diff options
author | Ira Rice <irarice@gmail.com> | 2008-11-29 19:58:41 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-11-29 19:58:41 +0000 |
commit | d628724789db142c529af8c25e115dd7ea0626a7 (patch) | |
tree | c3799c68b66c5dd29dfeb5417520c7cbd0fcffb0 /src/localplayer.h | |
parent | c6adb930edd2d0a88d7c5ca4edd58d95382a5abf (diff) | |
download | mana-d628724789db142c529af8c25e115dd7ea0626a7.tar.gz mana-d628724789db142c529af8c25e115dd7ea0626a7.tar.bz2 mana-d628724789db142c529af8c25e115dd7ea0626a7.tar.xz mana-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.h | 2 |
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; |