Fix compile. Anyone have a better name?
This commit is contained in:
+1
-1
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user