Skip to content
Snippets Groups Projects
Commit 59660c56 authored by sphere's avatar sphere
Browse files

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

Give userdata that needed names some names.

See merge request !1639
parents b83de902 81104736
No related branches found
No related tags found
1 merge request!1639Give userdata that needed names some names.
......@@ -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}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment