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
+2 -1
View File
@@ -44,9 +44,10 @@ class Course
public:
Course();
bool m_bIsAutogen; // was this created by AutoGen?
bool m_bIsAutogen; // was this created by AutoGen?
CString m_sPath;
CString m_sName;
CString m_sTranslitName; // used for unlocks
bool HasBanner() const;