MenuInput -> MenuButton

This commit is contained in:
Glenn Maynard
2006-09-14 20:52:34 +00:00
parent dd2f259a2f
commit c7dfb9f2ec
13 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ void Screen::Input( const InputEventPlus &input )
}
// default input handler used by most menus
switch( input.MenuI.button )
switch( input.MenuI )
{
case MENU_BUTTON_UP: this->MenuUp ( input ); return;
case MENU_BUTTON_DOWN: this->MenuDown ( input ); return;