From 7661bf863fe80d969698fab6161bb991541f29ab Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Thu, 2 Oct 2025 18:52:14 -0500 Subject: [PATCH] We'd better log the Playing_Interacting state... --- States/Playing/State_Playing__Interacting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/States/Playing/State_Playing__Interacting.c b/States/Playing/State_Playing__Interacting.c index 82aa2e2..fb6a4e3 100644 --- a/States/Playing/State_Playing__Interacting.c +++ b/States/Playing/State_Playing__Interacting.c @@ -23,7 +23,7 @@ #include "SystemK.h" #include -//#define LOG_INTERACTING_SUBSTATE +#define LOG_INTERACTING_SUBSTATE static void Playing__Interacting_Entry(StateMachineContext_T * context); static void Playing__Interacting_Do(StateMachineContext_T * context); -- 2.47.3