added polyobj_t to userdataType list

(also added slope_t, vector2_t and vector3_t since they were all missing from here)
This commit is contained in:
Monster Iestyn 2020-09-09 21:24:07 +01:00
parent 78f7998618
commit 097986b1d9
1 changed files with 5 additions and 0 deletions

View File

@ -170,8 +170,13 @@ static const struct {
{META_SEG, "seg_t"},
{META_NODE, "node_t"},
#endif
{META_SLOPE, "slope_t"},
{META_VECTOR2, "vector2_t"},
{META_VECTOR3, "vector3_t"},
{META_MAPHEADER, "mapheader_t"},
{META_POLYOBJ, "polyobj_t"},
{META_CVAR, "consvar_t"},
{META_SECTORLINES, "sector_t.lines"},