From db04bfb989a5ebbd1f57e9983a2bb819c3ce4d67 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 21 Dec 2025 20:02:10 -0700 Subject: hehehehe over designed interaction menu --- src/entity.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.h') diff --git a/src/entity.h b/src/entity.h index db798b4..bdb0967 100644 --- a/src/entity.h +++ b/src/entity.h @@ -49,6 +49,8 @@ enum InteractionCommand { INTERACTION_END, INTERACTION_TALK, INTERACTION_SHOW_MENU, + INTERACTION_TALK_AND_SHOW_MENU, + INTERACTION_DO_NOTHING }; enum Selection { -- cgit v1.2.3