these mappings aren't really important here; these are just generic difficulty levels
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user