| 1262 | } |
| 1263 | |
| 1264 | void CGameClient::OnGameOver() |
| 1265 | { |
| 1266 | if(Client()->State() != IClient::STATE_DEMOPLAYBACK && g_Config.m_ClEditor == 0) |
| 1267 | Client()->AutoScreenshot_Start(); |
| 1268 | } |
| 1269 | |
| 1270 | void CGameClient::OnStartGame() |
| 1271 | { |
nothing calls this directly
no test coverage detected