Added some more logging.
This commit is contained in:
parent
62f35121fa
commit
ed45de5fee
1 changed files with 6 additions and 0 deletions
|
@ -309,6 +309,12 @@ static void Playing__Interacting_Do(StateMachineContext_T * context)
|
||||||
|
|
||||||
#ifdef LOG_INTERACTING_SUBSTATE
|
#ifdef LOG_INTERACTING_SUBSTATE
|
||||||
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
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
#ifdef LOG_INTERACTING_SUBSTATE
|
||||||
|
KLOG_INFO(KLOG_TAG, "Tag was my own--ignoring.");
|
||||||
#endif // LOG_INTERACTING_SUBSTATE
|
#endif // LOG_INTERACTING_SUBSTATE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue