diff --git a/stepmania/src/ScreenMiniMenu.cpp b/stepmania/src/ScreenMiniMenu.cpp index e84c7396fc..5bdd8a96a3 100644 --- a/stepmania/src/ScreenMiniMenu.cpp +++ b/stepmania/src/ScreenMiniMenu.cpp @@ -68,6 +68,8 @@ void ScreenMiniMenu::LoadMenu( const MenuDef* pDef ) FOREACH( CString, def.m_vsChoices, c ) FontCharAliases::ReplaceMarkers( *c ); // Allow special characters + + vHands.push_back( pHand ); } ScreenOptions::InitMenu( vHands );