updated course unlocking to take transliterated (non-translated) titles

redid code for unlock screen so courses and songs are displayed
This commit is contained in:
Andrew Wong
2003-07-10 14:44:13 +00:00
parent a49208c5fb
commit 721df8ea02
5 changed files with 37 additions and 9 deletions
+3 -1
View File
@@ -121,8 +121,10 @@ void Course::LoadFromCRSFile( CString sPath )
// handle the data
if( 0 == stricmp(sValueName, "COURSE") )
{
m_sName = sParams[1];
m_sTranslitName = m_sName;
}
else if( 0 == stricmp(sValueName, "REPEAT") )
{
CString str = sParams[1];