| 3579 | } |
| 3580 | |
| 3581 | void CClient::AutoStatScreenshot_Start() |
| 3582 | { |
| 3583 | if(g_Config.m_ClAutoStatboardScreenshot) |
| 3584 | { |
| 3585 | Graphics()->TakeScreenshot("auto/stats/autoscreen"); |
| 3586 | m_AutoStatScreenshotRecycle = true; |
| 3587 | } |
| 3588 | } |
| 3589 | |
| 3590 | void CClient::AutoScreenshot_Cleanup() |
| 3591 | { |
no test coverage detected