Set save game name if no file is selected

This commit is contained in:
simon.kagstrom 2009-01-10 13:27:22 +00:00
parent 3ef8d0328d
commit cc6cb80401

View File

@ -186,6 +186,7 @@ void C64::select_disc(Prefs *np)
if (strcmp(file_list[opt], "None") == 0) if (strcmp(file_list[opt], "None") == 0)
{ {
strcpy(np->DrivePath[0], "\0"); strcpy(np->DrivePath[0], "\0");
strcpy(this->save_game_name, "unknown");
} }
else else
{ {