From d5e30d8f72184241034aa797471c31a5bcbaa095 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sun, 23 Nov 2008 18:25:07 +0000 Subject: Corrected a misreporting of the number of available slots. In the future, this should be de-hardcoded and obtained from the server instead. --- src/localplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/localplayer.h') 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; -- cgit v1.2.3-70-g09d2