[Course] Bumped up max edit course title length to 16 (still feels too short). Also added #DESCRIPTION tag and Course:GetDescription() Lua binding.

This commit is contained in:
AJ Kelly
2011-07-21 16:17:48 -05:00
parent 41e26e31ce
commit 6bdaf5c92a
4 changed files with 12 additions and 4 deletions
+2
View File
@@ -67,6 +67,8 @@ bool CourseLoaderCRS::LoadFromMsd( const RString &sPath, const MsdFile &msd, Cou
out.m_sMainTitleTranslit = sParams[1];
else if( sValueName.EqualsNoCase("SCRIPTER") )
out.m_sScripter = sParams[1];
else if( sValueName.EqualsNoCase("DESCRIPTION") )
out.m_sDescription = sParams[1];
else if( sValueName.EqualsNoCase("REPEAT") )
{
RString str = sParams[1];