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);