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
+3 -3
View File
@@ -508,9 +508,9 @@ public:
return 1;
}
static int GetWarnings(T *p, lua_State *L)
static int GetChartName(T *p, lua_State *L)
{
lua_pushstring(L, p->GetWarningsToSetString());
lua_pushstring(L, p->GetChartName());
return 1;
}
@@ -527,7 +527,7 @@ public:
ADD_METHOD( HasAttacks );
ADD_METHOD( GetRadarValues );
ADD_METHOD( GetTimingData );
ADD_METHOD( GetWarnings );
ADD_METHOD( GetChartName );
//ADD_METHOD( GetSMNoteData );
ADD_METHOD( GetStepsType );
ADD_METHOD( IsAnEdit );