From 1a12b7b58e55202743941373b1647aa45642cdbc Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 18 Mar 2022 19:41:14 +0000 Subject: [PATCH] Give userdata that needed names some names. Partial reimplementation of commit 8110473643e6b6e541a7f8e8217bed45dd64d671 due to referencing un-merged MR --- src/lua_baselib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lua_baselib.c b/src/lua_baselib.c index 7bd7bcb7a..3a8dcacae 100644 --- a/src/lua_baselib.c +++ b/src/lua_baselib.c @@ -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"},