StringToDifficulty->BackwardCompatibleStringToDifficulty. Don't accept song file backward compatible names other places, like in metrics
This commit is contained in:
@@ -173,7 +173,7 @@ static bool LoadFromDWITokens(
|
||||
int iNumFeet = atoi(sNumFeet);
|
||||
// out.SetDescription(sDescription); // Don't put garbage in the description.
|
||||
out.SetMeter(iNumFeet);
|
||||
out.SetDifficulty( StringToDifficulty(sDescription) );
|
||||
out.SetDifficulty( BackwardCompatibleStringToDifficulty(sDescription) );
|
||||
|
||||
NoteData newNoteData;
|
||||
newNoteData.SetNumTracks( g_mapDanceNoteToNoteDataColumn.size() );
|
||||
|
||||
Reference in New Issue
Block a user