MenuButton -> GameButton

This commit is contained in:
Glenn Maynard
2007-01-13 03:47:36 +00:00
parent 434e603026
commit 58065fa455
7 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ void ScreenMapControllers::Init()
pSecondary->LoadFromFont( THEME->GetPathF("Common","title") );
GameButton mb = INPUTMAPPER->GetInputScheme()->GetMenuButtonSecondaryFunction( pKey->m_GameButton );
RString sText;
if( mb != MenuButton_Invalid )
if( mb != GameButton_Invalid )
sText = GameButtonToLocalizedString( INPUTMAPPER->GetInputScheme(), mb );
ActorUtil::LoadAllCommands( *pSecondary, m_sName );
pSecondary->SetText( sText );