This commit is contained in:
Steve Checkoway
2007-07-22 11:46:17 +00:00
parent 5f2da0b6ae
commit 0e7ff5180c
+3 -1
View File
@@ -319,7 +319,9 @@ static void DefaultNoteSkin( int &sel, bool ToSel, const ConfOption *pConfOption
for( unsigned i=0; i < choices.size(); i++ )
if( !stricmp(choices[i], po.m_sNoteSkin) )
sel = i;
} else {
}
else
{
PlayerOptions po;
SongOptions so;
GetPrefsDefaultModifiers( po, so );