tab cleanup

This commit is contained in:
Chris Danford
2006-04-21 00:12:59 +00:00
parent bef9815537
commit 4ab7a3764b
+1 -1
View File
@@ -206,7 +206,7 @@ public:
static int GetCurStageStats( T* p, lua_State *L ) { p->m_CurStageStats.PushSelf(L); return 1; }
static int GetAccumStageStats( T* p, lua_State *L ) { p->GetAccumStageStats().PushSelf(L); return 1; }
static int Reset( T* p, lua_State *L ) { p->Reset(); return 0; }
static int Reset( T* p, lua_State *L ) { p->Reset(); return 0; }
static int GetFinalGrade( T* p, lua_State *L )
{
PlayerNumber pn = (PlayerNumber)IArg(1);