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. */
|
/* Find out if this column is associated with the START menu button. */
|
||||||
GameInput gi = GAMESTATE->GetCurrentStyle()->StyleInputToGameInput( iCol, p );
|
GameInput gi = GAMESTATE->GetCurrentStyle()->StyleInputToGameInput( iCol, p );
|
||||||
MenuButton mb = GAMESTATE->GetCurrentGame()->GameInputToMenuButton( gi );
|
MenuButton mb = INPUTMAPPER->GameToMenu( gi );
|
||||||
if( mb == MENU_BUTTON_START )
|
if( mb == MENU_BUTTON_START )
|
||||||
continue;
|
continue;
|
||||||
m_ColToStringIndex[p][iCol] = CurrentStringIndex++;
|
m_ColToStringIndex[p][iCol] = CurrentStringIndex++;
|
||||||
|
|||||||
Reference in New Issue
Block a user