Write chal;enges file when none is found

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6684 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-11-21 21:59:49 +00:00
parent d328907058
commit 5fe492dd70

View File

@ -214,6 +214,7 @@ void UnlockManager::load()
{
std::cerr << "Challenge file '" << filename << "' will be created."
<< std::endl;
save();
return;
}