fix ShowSongOptions mismatch

This commit is contained in:
Glenn Maynard
2003-09-30 05:23:12 +00:00
parent a683a99f52
commit 0eb9b75928
+1 -1
View File
@@ -291,7 +291,7 @@ static void LifeDifficulty( int &sel, bool ToSel, const CStringArray &choices )
static void ShowSongOptions( int &sel, bool ToSel, const CStringArray &choices )
{
const PrefsManager::Maybe mapping[] = { PrefsManager::YES,PrefsManager::NO,PrefsManager::ASK };
const PrefsManager::Maybe mapping[] = { PrefsManager::NO,PrefsManager::YES,PrefsManager::ASK };
MoveMap( sel, PREFSMAN->m_ShowSongOptions, ToSel, mapping, ARRAYSIZE(mapping) );
}