Minor comment tweaks

This commit is contained in:
Kayne Ruse
2014-11-06 02:00:13 +11:00
parent f2d79225a3
commit 73d9095604
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ static int getPager(lua_State* L) {
return 1;
}
//TODO: GetEntityList?
static const luaL_Reg roomLib[] = {
{"GetPager",getPager},