mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-08 01:41:41 +00:00
Run autogen
This commit is contained in:
parent
3459e7fa83
commit
b4ce78e6d6
1 changed files with 7 additions and 7 deletions
|
|
@ -1231,13 +1231,13 @@ static struct LuaObjectField sGraphNodeTranslationRotationFields[LUA_GRAPH_NODE_
|
|||
|
||||
#define LUA_HUD_DISPLAY_FIELD_COUNT 7
|
||||
static struct LuaObjectField sHudDisplayFields[LUA_HUD_DISPLAY_FIELD_COUNT] = {
|
||||
{ "coins", LVT_S16, offsetof(struct HudDisplay, coins), false, LOT_NONE, 1, sizeof(s16) },
|
||||
{ "flags", LVT_S16, offsetof(struct HudDisplay, flags), false, LOT_NONE, 1, sizeof(s16) },
|
||||
{ "keys", LVT_S16, offsetof(struct HudDisplay, keys), false, LOT_NONE, 1, sizeof(s16) },
|
||||
{ "lives", LVT_S16, offsetof(struct HudDisplay, lives), false, LOT_NONE, 1, sizeof(s16) },
|
||||
{ "stars", LVT_S16, offsetof(struct HudDisplay, stars), false, LOT_NONE, 1, sizeof(s16) },
|
||||
{ "timer", LVT_U16, offsetof(struct HudDisplay, timer), false, LOT_NONE, 1, sizeof(u16) },
|
||||
{ "wedges", LVT_S16, offsetof(struct HudDisplay, wedges), false, LOT_NONE, 1, sizeof(s16) },
|
||||
{ "coins", LVT_S16, offsetof(struct HudDisplay, coins), false, LOT_NONE },
|
||||
{ "flags", LVT_S16, offsetof(struct HudDisplay, flags), false, LOT_NONE },
|
||||
{ "keys", LVT_S16, offsetof(struct HudDisplay, keys), false, LOT_NONE },
|
||||
{ "lives", LVT_S16, offsetof(struct HudDisplay, lives), false, LOT_NONE },
|
||||
{ "stars", LVT_S16, offsetof(struct HudDisplay, stars), false, LOT_NONE },
|
||||
{ "timer", LVT_U16, offsetof(struct HudDisplay, timer), false, LOT_NONE },
|
||||
{ "wedges", LVT_S16, offsetof(struct HudDisplay, wedges), false, LOT_NONE },
|
||||
};
|
||||
|
||||
#define LUA_INSTANT_WARP_FIELD_COUNT 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue