mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Give userdata that needed names some names.
This commit is contained in:
parent
923e6f31aa
commit
8110473643
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue