Fix compile. Anyone have a better name?

This commit is contained in:
Jason Felds
2011-09-11 10:19:35 -04:00
parent 8c5d7fb9e5
commit c439be5842
+1 -1
View File
@@ -35,7 +35,7 @@ const RString &CourseDifficultyToLocalizedString( CourseDifficulty x )
return g_CourseDifficultyName[x]->GetValue(); return g_CourseDifficultyName[x]->GetValue();
} }
Difficulty StringToDifficulty( const RString& sDC ) Difficulty OldStyleStringToDifficulty( const RString& sDC )
{ {
RString s2 = sDC; RString s2 = sDC;
s2.MakeLower(); s2.MakeLower();