From ed45de5fee2721fbb2e88cc4c5b2fa89f676f92d Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Tue, 10 Jun 2025 19:54:22 -0500 Subject: [PATCH] Added some more logging. --- States/Playing/State_Playing__Interacting.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/States/Playing/State_Playing__Interacting.c b/States/Playing/State_Playing__Interacting.c index ddb9f44..69254aa 100644 --- a/States/Playing/State_Playing__Interacting.c +++ b/States/Playing/State_Playing__Interacting.c @@ -311,6 +311,12 @@ static void Playing__Interacting_Do(StateMachineContext_T * context) KLOG_INFO(KLOG_TAG, "%u of %u health remaining", KTAG_Game_Data.My_Health, KTAG_Game_Data.Max_Health); #endif // LOG_INTERACTING_SUBSTATE } + else + { +#ifdef LOG_INTERACTING_SUBSTATE + KLOG_INFO(KLOG_TAG, "Tag was my own--ignoring."); +#endif // LOG_INTERACTING_SUBSTATE + } } else if (player_ID != my_player_ID) {