Rename GameButtonType_INVALID to GameButtonType_Menu.

Strictly that's not right but close enough.
This commit is contained in:
Flameshadowxeroshin
2015-12-05 20:02:00 -06:00
parent d329c80ad3
commit aba0f1f7b3
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ const RString& ScoreEventToString( ScoreEvent se );
enum GameButtonType
{
GameButtonType_Step,
GameButtonType_INVALID
GameButtonType_Menu
};
/** @brief The list of judge types for the tap note scores. */