update lua documentation, fix formatting on PlayerStageStats

This commit is contained in:
AJ Kelly
2012-06-08 00:14:08 -05:00
parent e3537af385
commit d46ddd5331
3 changed files with 40 additions and 17 deletions
+5 -5
View File
@@ -761,11 +761,11 @@ public:
return 0;
}
static int FailPlayer( T* p, lua_State *L )
{
p->m_bFailed = true;
return 0;
}
static int FailPlayer( T* p, lua_State *L )
{
p->m_bFailed = true;
return 0;
}
LunaPlayerStageStats()
{