| 162 | //============================================================================ |
| 163 | |
| 164 | static void ClearConversationStuff(player_t* player) |
| 165 | { |
| 166 | player->ConversationFaceTalker = false; |
| 167 | player->ConversationNPC = nullptr; |
| 168 | player->ConversationPC = nullptr; |
| 169 | player->ConversationNPCAngle = nullAngle; |
| 170 | } |
| 171 | |
| 172 | //============================================================================ |
| 173 | // |
no outgoing calls
no test coverage detected