MENU_BUTTON_ -> GAME_BUTTON_

This commit is contained in:
Chris Danford
2008-05-21 05:36:09 +00:00
parent f179a6d34b
commit d377c2b1a4
18 changed files with 111 additions and 111 deletions
+2 -2
View File
@@ -257,8 +257,8 @@ void ScreenJukebox::Input( const InputEventPlus &input )
switch( input.MenuI )
{
case MENU_BUTTON_LEFT:
case MENU_BUTTON_RIGHT:
case GAME_BUTTON_LEFT:
case GAME_BUTTON_RIGHT:
SCREENMAN->PostMessageToTopScreen( SM_NotesEnded, 0 );
return;
}