GetSecondaryMenuButtonName -> GetMenuButtonSecondaryFunction

This commit is contained in:
Glenn Maynard
2004-12-04 04:50:18 +00:00
parent bc9ad4169d
commit 783e492b0b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ ScreenMapControllers::ScreenMapControllers( CString sClassName ) : ScreenWithMen
for( int b=0; b<GAMESTATE->GetCurrentGame()->m_iButtonsPerController; b++ )
{
CString sName = GAMESTATE->GetCurrentGame()->m_szButtonNames[b];
CString sSecondary = GAMEMAN->GetSecondaryMenuButtonName( GAMESTATE->GetCurrentGame(), b );
CString sSecondary = GAMEMAN->GetMenuButtonSecondaryFunction( GAMESTATE->GetCurrentGame(), b );
m_textName[b].LoadFromFont( THEME->GetPathToF("Common title") );
m_textName[b].SetXY( SCREEN_CENTER_X, -6 );