[sm130futures] Well, this code isn't needed.
Revert it to how it was.
This commit is contained in:
@@ -106,17 +106,11 @@ class LunaRollingNumbers: public Luna<RollingNumbers>
|
||||
public:
|
||||
static int Load( T* p, lua_State *L ) { p->Load(SArg(1)); return 0; }
|
||||
static int targetnumber( T* p, lua_State *L ) { p->SetTargetNumber( FArg(1) ); return 0; }
|
||||
static int ForceReload( T* p, lua_State *L )
|
||||
{
|
||||
p->Update( GAMESTATE->m_LastBeatUpdate.GetDeltaTime() );
|
||||
return 0;
|
||||
}
|
||||
|
||||
LunaRollingNumbers()
|
||||
{
|
||||
ADD_METHOD( Load );
|
||||
ADD_METHOD( targetnumber );
|
||||
ADD_METHOD( ForceReload );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user