Merge branch 'name-unnamed-userdata' into 'next'

Give userdata that needed names some names.

See merge request STJr/SRB2!1639
This commit is contained in:
sphere 2021-11-26 14:07:39 +00:00
commit 59660c56c2

View file

@ -187,6 +187,8 @@ static const struct {
{META_MAPHEADER, "mapheader_t"},
{META_POLYOBJ, "polyobj_t"},
{META_POLYOBJVERTICES, "polyobj_t.vertices"},
{META_POLYOBJLINES, "polyobj_t.lines"},
{META_CVAR, "consvar_t"},
@ -216,6 +218,7 @@ static const struct {
{META_LUABANKS, "luabanks[]"},
{META_KEYEVENT, "keyevent_t"},
{META_MOUSE, "mouse_t"},
{NULL, NULL}
};