From cc8d974192dfc7e9f65b6d8495161bd2b6c0c51b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 5 Feb 2005 06:36:32 +0000 Subject: [PATCH] give names to all course difficulties --- stepmania/src/Difficulty.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Difficulty.cpp b/stepmania/src/Difficulty.cpp index 9986bed873..33ae642ea3 100644 --- a/stepmania/src/Difficulty.cpp +++ b/stepmania/src/Difficulty.cpp @@ -45,11 +45,12 @@ Difficulty StringToDifficulty( const CString& sDC ) static const CString CourseDifficultyNames[NUM_DIFFICULTIES] = { - "(not used)", + "Beginner", "Easy", "Regular", "Difficult", - "(not used)", + "Challenge", + "Edit", }; XToString( CourseDifficulty ); XToThemedString( CourseDifficulty, NUM_DIFFICULTIES );