Merge pull request #224 from cinaera/pr_statboard

Create directory for statboard screenshots
This commit is contained in:
Dennis Felsing 2015-06-17 14:17:27 +02:00
commit acda1b12b5

View file

@ -60,6 +60,7 @@ public:
{
fs_makedir(GetPath(TYPE_SAVE, "screenshots", aPath, sizeof(aPath)));
fs_makedir(GetPath(TYPE_SAVE, "screenshots/auto", aPath, sizeof(aPath)));
fs_makedir(GetPath(TYPE_SAVE, "screenshots/auto/stats", aPath, sizeof(aPath)));
fs_makedir(GetPath(TYPE_SAVE, "maps", aPath, sizeof(aPath)));
fs_makedir(GetPath(TYPE_SAVE, "downloadedmaps", aPath, sizeof(aPath)));
}