JoinInput(MenuInput ) -> JoinInput(InputEventPlus)

This commit is contained in:
Glenn Maynard
2006-09-14 03:23:17 +00:00
parent 21d275e21c
commit 754f2edb0f
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void ScreenSelect::Input( const InputEventPlus &input )
bool bAllowJoinInput = !ALLOW_DISABLED_PLAYER_INPUT;
if( input.MenuI.button == MENU_BUTTON_COIN ||
(bAllowJoinInput && Screen::JoinInput(input.MenuI)) )
(bAllowJoinInput && Screen::JoinInput(input)) )
{
if( input.type == IET_FIRST_PRESS )
this->UpdateSelectableChoices();