Fix ScreenSelectStyle in non-dance modes.

This commit is contained in:
Glenn Maynard
2003-09-25 05:48:32 +00:00
parent 87f668c541
commit e220859940
+2 -2
View File
@@ -49,8 +49,8 @@ ScreenSelect::ScreenSelect( CString sClassName ) : Screen(sClassName)
CString sChoice = CHOICE(c);
ModeChoice mc;
mc.FromString(sChoice);
m_aModeChoices.push_back( mc );
if( mc.FromString(sChoice) )
m_aModeChoices.push_back( mc );
CString sBGAnimationDir = THEME->GetPathTo(BGAnimations, ssprintf("%s %s",m_sName.c_str(),mc.name), true); // true="optional"
if( sBGAnimationDir == "" )