solo description is "solo", not "edit"

This commit is contained in:
Glenn Maynard
2004-11-13 21:42:15 +00:00
parent 6ae0918d7b
commit d55dee1dd1
+1 -1
View File
@@ -242,7 +242,7 @@ void BMSLoader::SearchForDifficulty( CString sTag, Steps *pOut )
if( sTag.find( "(solo)" ) != sTag.npos )
{
pOut->SetDescription( "Edit" );
pOut->SetDescription( "Solo" );
pOut->SetDifficulty( DIFFICULTY_EDIT );
}