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
@@ -59,7 +59,7 @@ class InputList: public BitmapText
if( !PREFSMAN->m_bOnlyDedicatedMenuButtons )
{
MenuButton mb = INPUTMAPPER->GetInputScheme()->GetMenuButtonSecondaryFunction( gi.button );
GameButton mb = INPUTMAPPER->GetInputScheme()->GetMenuButtonSecondaryFunction( gi.button );
if( mb != MenuButton_Invalid )
{
RString sGameButtonString = GameButtonToLocalizedString( INPUTMAPPER->GetInputScheme(), mb );