these mappings aren't really important here; these are just generic difficulty levels

This commit is contained in:
Glenn Maynard
2005-10-06 01:55:25 +00:00
parent 9217d8b333
commit f0fd4d8acc
+5 -5
View File
@@ -8,11 +8,11 @@
// //
enum Difficulty enum Difficulty
{ {
DIFFICULTY_BEGINNER, // corresponds to DDREX Beginner DIFFICULTY_BEGINNER,
DIFFICULTY_EASY, // corresponds to Basic, Easy DIFFICULTY_EASY,
DIFFICULTY_MEDIUM, // corresponds to Trick, Another, Standard, Normal DIFFICULTY_MEDIUM,
DIFFICULTY_HARD, // corresponds to Maniac, SSR, Heavy, Crazy DIFFICULTY_HARD,
DIFFICULTY_CHALLENGE, // corresponds to 5th SMANIAC, MAX2 Challenge, EX Challenge DIFFICULTY_CHALLENGE,
DIFFICULTY_EDIT, DIFFICULTY_EDIT,
NUM_DIFFICULTIES, NUM_DIFFICULTIES,
DIFFICULTY_INVALID DIFFICULTY_INVALID