fixes in Settings

This commit is contained in:
Eduardo Bart
2012-01-06 22:34:40 -02:00
parent 0f3bac595e
commit 3c62ce97db
3 changed files with 11 additions and 4 deletions

View File

@@ -934,6 +934,7 @@ void LuaInterface::pushBoolean(bool v)
void LuaInterface::pushCString(const char* v)
{
assert(v);
lua_pushstring(L, v);
}