| 1268 | } |
| 1269 | |
| 1270 | void CGameClient::OnStartGame() |
| 1271 | { |
| 1272 | if(Client()->State() != IClient::STATE_DEMOPLAYBACK && !g_Config.m_ClAutoDemoOnConnect) |
| 1273 | Client()->DemoRecorder_HandleAutoStart(); |
| 1274 | m_Statboard.OnReset(); |
| 1275 | } |
| 1276 | |
| 1277 | void CGameClient::OnStartRound() |
| 1278 | { |
nothing calls this directly
no test coverage detected