course edit screen functional
This commit is contained in:
@@ -85,8 +85,11 @@ void ScreenSongOptions::ImportOptions()
|
||||
|
||||
m_iSelectedOption[0][SO_RATE] = 7; // in case we don't match below
|
||||
for( unsigned i=0; i<g_SongOptionsLines[SO_RATE].choices.size(); i++ )
|
||||
if( so.m_fMusicRate == atof(g_SongOptionsLines[SO_RATE].choices[i]) )
|
||||
{
|
||||
float fThisRate = atof(g_SongOptionsLines[SO_RATE].choices[i]);
|
||||
if( fThisRate == so.m_fMusicRate )
|
||||
m_iSelectedOption[0][SO_RATE] = i;
|
||||
}
|
||||
}
|
||||
|
||||
void ScreenSongOptions::ExportOptions()
|
||||
|
||||
Reference in New Issue
Block a user