mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Fix userdataType typo
This commit is contained in:
parent
99a1840101
commit
09373133a1
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ static const struct {
|
||||||
{META_STATE, "state_t"},
|
{META_STATE, "state_t"},
|
||||||
{META_MOBJINFO, "mobjinfo_t"},
|
{META_MOBJINFO, "mobjinfo_t"},
|
||||||
{META_SFXINFO, "sfxinfo_t"},
|
{META_SFXINFO, "sfxinfo_t"},
|
||||||
{META_SKINCOLOR, "sfxinfo_t"},
|
{META_SKINCOLOR, "skincolor_t"},
|
||||||
{META_COLORRAMP, "skincolor_t.ramp"},
|
{META_COLORRAMP, "skincolor_t.ramp"},
|
||||||
{META_SPRITEINFO, "spriteinfo_t"},
|
{META_SPRITEINFO, "spriteinfo_t"},
|
||||||
{META_PIVOTLIST, "spriteframepivot_t[]"},
|
{META_PIVOTLIST, "spriteframepivot_t[]"},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue