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++;