diff --git a/stepmania/src/ScreenSelectStyle.cpp b/stepmania/src/ScreenSelectStyle.cpp index 89a90a1528..bd09a36243 100644 --- a/stepmania/src/ScreenSelectStyle.cpp +++ b/stepmania/src/ScreenSelectStyle.cpp @@ -106,9 +106,10 @@ ScreenSelectStyle::ScreenSelectStyle() : ScreenSelect( "ScreenSelectStyle" ) this->UpdateSelectableChoices(); + m_sprJointPremium.SetName( "JointPremium" ); + if( PREFSMAN->m_bJointPremium ) { - m_sprJointPremium.SetName( "JointPremium" ); m_sprJointPremium.Load( THEME->GetPathToG("ScreenSelectStyle joint premium") ); this->AddChild( &m_sprJointPremium ); }