From 6d8dab53e0c2efbb1aa17b3aaad556dc65005a4d Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Thu, 2 Oct 2025 23:54:19 +0000 Subject: [PATCH] We'd better log the Playing_Interacting state... (#8) Co-authored-by: Joe Kearney Reviewed-on: https://git.ktag.clubk.club/Software/SystemK/pulls/8 --- 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);