lua cleanup

This commit is contained in:
Glenn Maynard
2005-06-15 02:27:16 +00:00
parent c4b4ce28a5
commit d66f00ea23
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ public:
if( MESSAGEMAN )
{
lua_pushstring(L, "MESSAGEMAN");
MESSAGEMAN->PushSelf( LUA->L );
MESSAGEMAN->PushSelf( L );
lua_settable(L, LUA_GLOBALSINDEX);
}
}