simplify interface

This commit is contained in:
Glenn Maynard
2006-09-14 08:14:22 +00:00
parent 2b5cbe811f
commit ad809ec5fa
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void ScreenSelect::Input( const InputEventPlus &input )
bool bAllowJoinInput = !ALLOW_DISABLED_PLAYER_INPUT;
if( input.MenuI == MENU_BUTTON_COIN ||
(bAllowJoinInput && input.MenuI == MENU_BUTTON_START && Screen::JoinInput(input)) )
(bAllowJoinInput && input.MenuI == MENU_BUTTON_START && Screen::JoinInput(input.pn)) )
{
if( input.type == IET_FIRST_PRESS )
this->UpdateSelectableChoices();