This commit is contained in:
Steve Checkoway
2006-08-19 21:54:16 +00:00
parent 1095b06e57
commit 24ebef5e78
+1
View File
@@ -450,6 +450,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
// codes. Do default processing of Start AFTER detecting codes. This gives us a
// change to return if Start is part of a code because we don't want to process
// Start as "move to the next screen" if it was just part of a code.
// XXX: Why are we doing this here? Menu(Up|Down|Left|Right) don't do anything. -- Steve
switch( input.MenuI.button )
{
case MENU_BUTTON_UP: this->MenuUp( input ); break;