From b6c3ea14d799cc31010101275875cdc9dcda69bb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 30 Sep 2006 08:22:36 +0000 Subject: [PATCH] simplify --- stepmania/src/ScreenNameEntry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenNameEntry.cpp b/stepmania/src/ScreenNameEntry.cpp index d606496586..771a87cdbe 100644 --- a/stepmania/src/ScreenNameEntry.cpp +++ b/stepmania/src/ScreenNameEntry.cpp @@ -195,7 +195,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 = GAMESTATE->GetCurrentGame()->GameInputToMenuButton( gi ); + MenuButton mb = INPUTMAPPER->GameToMenu( gi ); if( mb == MENU_BUTTON_START ) continue; m_ColToStringIndex[p][iCol] = CurrentStringIndex++;