GameButtonToMenuButton

This commit is contained in:
Glenn Maynard
2007-01-13 02:03:10 +00:00
parent 095b6f5ba0
commit d74c5689ff
+1 -1
View File
@@ -278,7 +278,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 = INPUTMAPPER->GameToMenu( gi );
MenuButton mb = INPUTMAPPER->GameButtonToMenuButton( gi.button );
if( mb == MENU_BUTTON_START )
continue;
m_ColToStringIndex[p][iCol] = CurrentStringIndex++;