aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-21 23:22:13 +0000
committernathan <nathansmith@disroot.org>2025-12-21 23:22:13 +0000
commit260d51b8399935c067eb79720db63e08d1c3f1f2 (patch)
treef4f8f28a942f8b2d9e3d796c5d75786301219d0f /src/entity.h
parente4acecf8cebacbcbb6b7739aff7f34fd0147ed45 (diff)
downloadFindThings-260d51b8399935c067eb79720db63e08d1c3f1f2.tar.gz
FindThings-260d51b8399935c067eb79720db63e08d1c3f1f2.tar.bz2
FindThings-260d51b8399935c067eb79720db63e08d1c3f1f2.zip
Working on interaction menu thingy
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h4
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 {