| 529 | } |
| 530 | |
| 531 | void CChat::DisableMode() |
| 532 | { |
| 533 | if(m_Mode != MODE_NONE) |
| 534 | { |
| 535 | m_Mode = MODE_NONE; |
| 536 | m_Input.Deactivate(); |
| 537 | } |
| 538 | } |
| 539 | |
| 540 | void CChat::OnMessage(int MsgType, void *pRawMsg) |
| 541 | { |
nothing calls this directly
no test coverage detected