give names to all course difficulties
This commit is contained in:
@@ -45,11 +45,12 @@ Difficulty StringToDifficulty( const CString& sDC )
|
|||||||
|
|
||||||
static const CString CourseDifficultyNames[NUM_DIFFICULTIES] =
|
static const CString CourseDifficultyNames[NUM_DIFFICULTIES] =
|
||||||
{
|
{
|
||||||
"(not used)",
|
"Beginner",
|
||||||
"Easy",
|
"Easy",
|
||||||
"Regular",
|
"Regular",
|
||||||
"Difficult",
|
"Difficult",
|
||||||
"(not used)",
|
"Challenge",
|
||||||
|
"Edit",
|
||||||
};
|
};
|
||||||
XToString( CourseDifficulty );
|
XToString( CourseDifficulty );
|
||||||
XToThemedString( CourseDifficulty, NUM_DIFFICULTIES );
|
XToThemedString( CourseDifficulty, NUM_DIFFICULTIES );
|
||||||
|
|||||||
Reference in New Issue
Block a user