This commit is contained in:
Glenn Maynard
2006-09-14 05:18:40 +00:00
parent 6ab3e33490
commit 3fe68d7f7d
7 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ void ScreenSelect::Input( const InputEventPlus &input )
// user will still be on the title menu.
bool bAllowJoinInput = !ALLOW_DISABLED_PLAYER_INPUT;
if( input.MenuI.button == MENU_BUTTON_COIN ||
if( input.MenuI == MENU_BUTTON_COIN ||
(bAllowJoinInput && Screen::JoinInput(input)) )
{
if( input.type == IET_FIRST_PRESS )