| 3602 | } |
| 3603 | |
| 3604 | void CClient::AutoStatScreenshot_Cleanup() |
| 3605 | { |
| 3606 | if(m_AutoStatScreenshotRecycle) |
| 3607 | { |
| 3608 | if(g_Config.m_ClAutoStatboardScreenshotMax) |
| 3609 | { |
| 3610 | // clean up auto taken screens |
| 3611 | CFileCollection AutoScreens; |
| 3612 | AutoScreens.Init(Storage(), "screenshots/auto/stats", "autoscreen", ".png", g_Config.m_ClAutoStatboardScreenshotMax); |
| 3613 | } |
| 3614 | m_AutoStatScreenshotRecycle = false; |
| 3615 | } |
| 3616 | } |
| 3617 | |
| 3618 | void CClient::AutoCSV_Start() |
| 3619 | { |