separate course and song translations, so they don't interfere
with one another
This commit is contained in:
@@ -231,7 +231,7 @@ void Course::LoadFromCRSFile( CString sPath )
|
||||
else
|
||||
LOG->Trace( "Unexpected value named '%s'", sValueName.GetString() );
|
||||
}
|
||||
static TitleSubst tsub;
|
||||
static TitleSubst tsub("courses");
|
||||
|
||||
CString ignore;
|
||||
tsub.Subst(m_sName, ignore, ignore,
|
||||
|
||||
Reference in New Issue
Block a user