Commit 26d666a1 authored by nanahira's avatar nanahira

add mkdir of screenshots

parent ad3cabb6
......@@ -1374,6 +1374,7 @@ bool Game::MakeDirectory(const std::string folder) {
void Game::initUtils() {
//user files
MakeDirectory("replay");
MakeDirectory("screenshots");
//cards from extra pack
MakeDirectory("expansions");
//files in ygopro-starter-pack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment