This commit is contained in:
Glenn Maynard
2006-09-21 04:49:55 +00:00
parent 1490cf8075
commit 4be207e419
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ CharacterManager::CharacterManager()
{
Lua *L = LUA->Get();
lua_pushstring( L, "CHARMAN" );
CHARMAN->PushSelf( L );
this->PushSelf( L );
lua_settable( L, LUA_GLOBALSINDEX );
LUA->Release( L );
}