Merge pull request #4 from cybik/dwindex
Some libc's require enum members to be part of a named enum to be used as indices for maps.
This commit is contained in:
@@ -19,7 +19,7 @@ Difficulty DwiCompatibleStringToDifficulty( const RString& sDC );
|
||||
static std::map<int,int> g_mapDanceNoteToNoteDataColumn;
|
||||
|
||||
/** @brief The different types of core DWI arrows and pads. */
|
||||
enum
|
||||
enum DanceNotes
|
||||
{
|
||||
DANCE_NOTE_NONE = 0,
|
||||
DANCE_NOTE_PAD1_LEFT,
|
||||
|
||||
Reference in New Issue
Block a user