diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/entities.h b/include/entities.h index 1250708..f455726 100644 --- a/include/entities.h +++ b/include/entities.h @@ -2,9 +2,9 @@ #define ENTITIES_H #include <common.h> -#include <Quest.h> +#include <quest.h> #include <inventory.h> -#include <Texture.h> +#include <texture.h> #include <sstream> @@ -14,7 +14,7 @@ #define Structurep(n) ((Structures *)n) #define Mobp(n) ((Mob *)n) -#define PLAYER_INV_SIZE 30 // The size of the player's inventory +#define PLAYER_INV_SIZE 43 // The size of the player's inventory #define NPC_INV_SIZE 3 // Size of an NPC's inventory enum _TYPE { |