Well EXCUUUUUUUUUUUUUUUUUUUUUUUUUSE ME, Princess!

This commit is contained in:
Jason Felds
2011-07-07 13:55:46 -04:00
parent 8bd16007c7
commit f16fec8438
5 changed files with 10 additions and 1 deletions
+5
View File
@@ -461,6 +461,11 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
else if( sValueName=="DESCRIPTION" )
{
if (out.m_fVersion < VERSION_CHART_NAME_TAG)
{
pNewNotes->SetChartName(sParams[1]);
}
// TODO: Make this the else clause?
pNewNotes->SetDescription( sParams[1] );
}