diff options
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h index 65e5b2a..3a707c9 100644 --- a/src/entity.h +++ b/src/entity.h @@ -8,7 +8,8 @@ #define ENTITY_COUNT 14 #define INTERACTION_MENU_MAX 9 -#define INTERACTION_LABEL_MAX 64 +#define INTERACTION_LABEL_MAX 6 +#define INTERACTION_CHAT_MAX 256 #define ENTITY_DEFAULT_STATE -1 typedef int8_t EntityId; |
