mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove crusty unused metatable code
Forgot to nix this in my last commit
This commit is contained in:
parent
3ad0b6fd96
commit
504788195e
1 changed files with 0 additions and 8 deletions
|
|
@ -2784,14 +2784,6 @@ int LUA_MapLib(lua_State *L)
|
|||
//lua_pushcfunction(L, mapheaderinfo_num);
|
||||
//lua_setfield(L, -2, "__len");
|
||||
lua_pop(L, 1);
|
||||
|
||||
/* luaL_newmetatable(L, META_MUSNAME);
|
||||
lua_pushcfunction(L, musname_get);
|
||||
lua_setfield(L, -2, "__index");
|
||||
|
||||
lua_pushcfunction(L, musname_len);
|
||||
lua_setfield(L, -2, "__len");
|
||||
lua_pop(L, 1);*/
|
||||
|
||||
luaL_newmetatable(L, META_ACTIVATOR);
|
||||
lua_pushcfunction(L, activator_get);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue