This commit is contained in:
Steve Checkoway
2006-08-22 14:06:24 +00:00
parent b80b3910ef
commit acde26b76a
2 changed files with 19 additions and 24 deletions
+1 -6
View File
@@ -343,11 +343,6 @@ void Steps::CreateBlank( StepsType ntTo )
this->SetNoteData( noteData );
}
bool Steps::IsAutogen() const
{
return parent != NULL;
}
void Steps::SetDifficultyAndDescription( Difficulty dc, RString sDescription )
{
DeAutogen();
@@ -403,7 +398,7 @@ public:
return 1;
}
static void Register(lua_State *L)
static void Register( lua_State *L )
{
ADD_METHOD( GetStepsType );
ADD_METHOD( GetDifficulty );