MenuButton -> GameButton

This commit is contained in:
Glenn Maynard
2007-01-13 03:44:16 +00:00
parent 077f7a7f35
commit 434e603026
6 changed files with 10 additions and 10 deletions
+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->GameButtonToMenuButton( gi.button );
GameButton mb = INPUTMAPPER->GameButtonToMenuButton( gi.button );
if( mb == MENU_BUTTON_START )
continue;
m_ColToStringIndex[p][iCol] = CurrentStringIndex++;