Give userdata that needed names some names.

Partial reimplementation of commit 8110473643e6b6e541a7f8e8217bed45dd64d671 due to referencing un-merged MR
This commit is contained in:
toaster 2022-03-18 19:41:14 +00:00
parent 976f05a002
commit 1a12b7b58e

View file

@ -193,6 +193,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"},