Screen::MenuStart() doesn't do anything.
This commit is contained in:
@@ -498,7 +498,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
|
|||||||
|
|
||||||
switch( input.MenuI )
|
switch( input.MenuI )
|
||||||
{
|
{
|
||||||
case MENU_BUTTON_START: Screen::MenuStart( input ); break;
|
case MENU_BUTTON_START: MenuStart( input ); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user