From f0fd4d8acc3d85877e0c4c10a9d4c4f1706cf4ec Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 Oct 2005 01:55:25 +0000 Subject: [PATCH] these mappings aren't really important here; these are just generic difficulty levels --- stepmania/src/Difficulty.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stepmania/src/Difficulty.h b/stepmania/src/Difficulty.h index e672409fc6..ecd51346bd 100644 --- a/stepmania/src/Difficulty.h +++ b/stepmania/src/Difficulty.h @@ -8,11 +8,11 @@ // enum Difficulty { - DIFFICULTY_BEGINNER, // corresponds to DDREX Beginner - DIFFICULTY_EASY, // corresponds to Basic, Easy - DIFFICULTY_MEDIUM, // corresponds to Trick, Another, Standard, Normal - DIFFICULTY_HARD, // corresponds to Maniac, SSR, Heavy, Crazy - DIFFICULTY_CHALLENGE, // corresponds to 5th SMANIAC, MAX2 Challenge, EX Challenge + DIFFICULTY_BEGINNER, + DIFFICULTY_EASY, + DIFFICULTY_MEDIUM, + DIFFICULTY_HARD, + DIFFICULTY_CHALLENGE, DIFFICULTY_EDIT, NUM_DIFFICULTIES, DIFFICULTY_INVALID