From 8110473643e6b6e541a7f8e8217bed45dd64d671 Mon Sep 17 00:00:00 2001
From: GoldenTails <milestailsprower101n2@gmail.com>
Date: Fri, 22 Oct 2021 18:31:37 -0500
Subject: [PATCH] Give userdata that needed names some names.

---
 src/lua_baselib.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lua_baselib.c b/src/lua_baselib.c
index 350c1585fa..a0b5ff873a 100644
--- a/src/lua_baselib.c
+++ b/src/lua_baselib.c
@@ -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}
 };
-- 
GitLab