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:
+3
-3
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user