Cosmetic changes to code.

This commit is contained in:
Birunthan Mohanathas
2011-03-29 19:21:57 +00:00
parent 5882f12c49
commit a92bdd9b18
65 changed files with 1642 additions and 1642 deletions

View File

@@ -19,7 +19,7 @@ void LuaManager::Init()
{
if (c_pState == 0)
{
// initialize Lua
// initialize Lua
c_pState = lua_open();
//load Lua base libraries
@@ -57,7 +57,7 @@ void LuaManager::ReportErrors(lua_State * L)
{
LuaLog(LOG_ERROR, "Script: %s", lua_tostring(L, -1));
lua_pop(L, 1);
}
}
void LuaManager::LuaLog(int nLevel, const char* format, ... )
{