Screen::MenuStart() doesn't do anything.

This commit is contained in:
Steve Checkoway
2006-09-15 02:08:47 +00:00
parent 4b7edef4d7
commit 23221ec7bf
+1 -1
View File
@@ -498,7 +498,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
switch( input.MenuI )
{
case MENU_BUTTON_START: Screen::MenuStart( input ); break;
case MENU_BUTTON_START: MenuStart( input ); break;
}
}