mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-02-23 14:01:08 +00:00
autogen
This commit is contained in:
parent
2e98dd5a5e
commit
1e146de393
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ static struct LuaObjectField sAnimationTableFields[LUA_ANIMATION_TABLE_FIELD_COU
|
|||
#define LUA_AREA_FIELD_COUNT 21
|
||||
static struct LuaObjectField sAreaFields[LUA_AREA_FIELD_COUNT] = {
|
||||
{ "camera", LVT_COBJECT_P, offsetof(struct Area, camera), false, LOT_CAMERA, 1, sizeof(struct Camera*) },
|
||||
{ "dialog", LVT_U8, offsetof(struct Area, dialog), false, LOT_NONE, 2, sizeof(u8) },
|
||||
{ "dialog", LVT_S32, offsetof(struct Area, dialog), false, LOT_NONE, 2, sizeof(s32) },
|
||||
{ "flags", LVT_S8, offsetof(struct Area, flags), false, LOT_NONE, 1, sizeof(s8) },
|
||||
{ "index", LVT_S8, offsetof(struct Area, index), false, LOT_NONE, 1, sizeof(s8) },
|
||||
{ "instantWarps", LVT_COBJECT_P, offsetof(struct Area, instantWarps), false, LOT_INSTANTWARP, 1, sizeof(struct InstantWarp*) },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue