solo description is "solo", not "edit"
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user