| 3570 | } |
| 3571 | |
| 3572 | void CClient::AutoScreenshot_Start() |
| 3573 | { |
| 3574 | if(g_Config.m_ClAutoScreenshot) |
| 3575 | { |
| 3576 | Graphics()->TakeScreenshot("auto/autoscreen"); |
| 3577 | m_AutoScreenshotRecycle = true; |
| 3578 | } |
| 3579 | } |
| 3580 | |
| 3581 | void CClient::AutoStatScreenshot_Start() |
| 3582 | { |
no test coverage detected