diff options
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h index a71b5ff..db798b4 100644 --- a/src/entity.h +++ b/src/entity.h @@ -10,7 +10,7 @@ #define ENTITY_NAME_MAX 16 #define INTERACTION_MENU_MAX 9 -#define INTERACTION_LABEL_MAX 6 +#define INTERACTION_LABEL_MAX 32 #define INTERACTION_CHAT_MAX 256 #define ENTITY_DEFAULT_STATE -1 @@ -55,7 +55,7 @@ enum Selection { SELECTION_INTERACT, SELECTION_NEXT_MESSAGE, SELECTION_MENU_ITEM, // +x to select any given menu entry - SELECTION_LEAVE = SELECTION_MENU_ITEM + 16 + SELECTION_LEAVE = SELECTION_MENU_ITEM + INTERACTION_MENU_MAX }; struct Entity { |
