Merge branch 'uh-oh-spriteinfo' into 'next'

Fix minor issue with lua spriteinfo

See merge request STJr/SRB2!872
This commit is contained in:
Monster Iestyn 2020-04-23 16:12:55 -04:00
commit bfb2467796
1 changed files with 0 additions and 1 deletions

View File

@ -1631,7 +1631,6 @@ int LUA_InfoLib(lua_State *L)
lua_pushcfunction(L, lib_spriteinfolen);
lua_setfield(L, -2, "__len");
lua_setmetatable(L, -2);
lua_pushvalue(L, -1);
lua_setglobal(L, "spriteinfo");
luaL_newmetatable(L, META_LUABANKS);