Default is unknown

This commit is contained in:
simon.kagstrom 2010-01-30 14:47:14 +00:00
parent 6ad852e2b9
commit 89cb44386a

View File

@ -68,7 +68,7 @@ void GameInfo::resetDefaults()
this->name = xstrdup(" ");
this->author = xstrdup(" ");
this->filename = xstrdup(" ");
this->filename = xstrdup("unknown");
this->screenshot = NULL;
}