various cleanup and commenting

This commit is contained in:
AJ Kelly
2010-03-14 19:46:05 -05:00
parent cb52191666
commit dca9182138
17 changed files with 101 additions and 138 deletions
+1 -1
View File
@@ -554,7 +554,7 @@ public:
// this one is tricky, we need to get an Actor from Lua.
return 0;
}
static int RemoveChild( T* p, lua_State *L )
{
Actor *pChild = p->GetChild( SArg(1) );