Make the Dubuque Protocol the default. #3

Merged
Joe merged 2 commits from Make_KTag_Dubuque_Again into main 2025-06-11 01:05:32 +00:00
Showing only changes of commit ed45de5fee - Show all commits

View file

@ -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); KLOG_INFO(KLOG_TAG, "%u of %u health remaining", KTAG_Game_Data.My_Health, KTAG_Game_Data.Max_Health);
#endif // LOG_INTERACTING_SUBSTATE #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) else if (player_ID != my_player_ID)
{ {