Fix the build.

This commit is contained in:
John Bauer
2006-10-23 17:59:25 +00:00
parent e76a9c8965
commit a50516f00b
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ StringToX( GameController );
RString GameButtonToString( const InputScheme* pInputs, GameButton i )
{
return pInputs->m_szButtonNames[i];
return pInputs->m_GameButtonInfo[i].m_szName;
}
RString GameButtonToLocalizedString( const InputScheme* pInputs, GameButton i )