simplify
This commit is contained in:
@@ -195,7 +195,7 @@ void ScreenNameEntry::Init()
|
||||
|
||||
/* Find out if this column is associated with the START menu button. */
|
||||
GameInput gi = GAMESTATE->GetCurrentStyle()->StyleInputToGameInput( iCol, p );
|
||||
MenuButton mb = GAMESTATE->GetCurrentGame()->GameInputToMenuButton( gi );
|
||||
MenuButton mb = INPUTMAPPER->GameToMenu( gi );
|
||||
if( mb == MENU_BUTTON_START )
|
||||
continue;
|
||||
m_ColToStringIndex[p][iCol] = CurrentStringIndex++;
|
||||
|
||||
Reference in New Issue
Block a user