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:
Ben "root" Anderson
2014-01-26 18:58:28 -08:00
+1 -1
View File
@@ -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,