mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-15 15:42:27 +00:00
Give userdata that needed names some names.
Partial reimplementation of commit 8110473643e6b6e541a7f8e8217bed45dd64d671 due to referencing un-merged MR
This commit is contained in:
parent
976f05a002
commit
1a12b7b58e
1 changed files with 2 additions and 0 deletions
|
|
@ -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"},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue