This commit is contained in:
Glenn Maynard
2006-10-07 04:13:43 +00:00
parent 064a411962
commit 8a4ddd1515
34 changed files with 84 additions and 84 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ Difficulty StringToDifficulty( const RString& sDC )
else if( s2 == "expert" ) return DIFFICULTY_CHALLENGE;
else if( s2 == "oni" ) return DIFFICULTY_CHALLENGE;
else if( s2 == "edit" ) return DIFFICULTY_EDIT;
else return DIFFICULTY_INVALID;
else return DIFFICULTY_Invalid;
}
static const char *CourseDifficultyNames[] =
@@ -69,7 +69,7 @@ CourseDifficulty GetNextShownCourseDifficulty( CourseDifficulty cd )
if( GAMESTATE->IsCourseDifficultyShown(d) )
return d;
}
return DIFFICULTY_INVALID;
return DIFFICULTY_Invalid;
}
/*