lua cleanup
This commit is contained in:
@@ -2144,7 +2144,7 @@ public:
|
|||||||
if( GAMESTATE )
|
if( GAMESTATE )
|
||||||
{
|
{
|
||||||
lua_pushstring(L, "GAMESTATE");
|
lua_pushstring(L, "GAMESTATE");
|
||||||
GAMESTATE->PushSelf( LUA->L );
|
GAMESTATE->PushSelf( L );
|
||||||
lua_settable(L, LUA_GLOBALSINDEX);
|
lua_settable(L, LUA_GLOBALSINDEX);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user