A namespace error was causing the Android compiler to choke.
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