Lua: Disabled debug library.

This commit is contained in:
Birunthan Mohanathas
2012-03-09 13:19:49 +00:00
parent ad2a986e88
commit e196ac08db
5 changed files with 26 additions and 8 deletions

View File

@ -179,7 +179,7 @@ static int MakePathAbsolute(lua_State* L)
void LuaManager::RegisterMeterWindow(lua_State* L)
{
const luaL_reg functions[] =
const luaL_Reg functions[] =
{
{ "Bang", Bang },
{ "GetMeter", GetMeter },