mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +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
d3f61027f8
commit
7c8dbca640
1 changed files with 5 additions and 0 deletions
|
|
@ -170,8 +170,13 @@ static const struct {
|
||||||
{META_SEG, "seg_t"},
|
{META_SEG, "seg_t"},
|
||||||
{META_NODE, "node_t"},
|
{META_NODE, "node_t"},
|
||||||
#endif
|
#endif
|
||||||
|
{META_SLOPE, "slope_t"},
|
||||||
|
{META_VECTOR2, "vector2_t"},
|
||||||
|
{META_VECTOR3, "vector3_t"},
|
||||||
{META_MAPHEADER, "mapheader_t"},
|
{META_MAPHEADER, "mapheader_t"},
|
||||||
|
|
||||||
|
{META_POLYOBJ, "polyobj_t"},
|
||||||
|
|
||||||
{META_CVAR, "consvar_t"},
|
{META_CVAR, "consvar_t"},
|
||||||
|
|
||||||
{META_SECTORLINES, "sector_t.lines"},
|
{META_SECTORLINES, "sector_t.lines"},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue