mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
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:
parent
78f7998618
commit
097986b1d9
1 changed files with 5 additions and 0 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue