The people voted: different namings upcoming.

Old #DESCRIPTION will become #CHARTNAME.
#DESCRIPTION will now be used for general comments
or other theme related stuff.

Old SSC files will have their #DESCRIPTION converted
to #CHARTNAME when completed.
This commit is contained in:
Jason Felds
2011-07-07 13:40:19 -04:00
parent fc19060491
commit c4ee0110d0
4 changed files with 11 additions and 43 deletions
-2
View File
@@ -68,8 +68,6 @@ struct SSCLoader : public SMLoader
void ProcessLabels( TimingData &, const RString );
virtual void ProcessCombos( TimingData &, const RString, const int = -1 );
void ProcessScrolls( TimingData &, const RString );
void ProcessWarnings( Steps *out, const RString param);
};
#endif