From 260d51b8399935c067eb79720db63e08d1c3f1f2 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 21 Dec 2025 16:22:13 -0700 Subject: Working on interaction menu thingy --- src/entity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entity.h') 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 { -- cgit v1.2.3