diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-01-25 12:24:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 19:24:38 +0200 |
| commit | 4640b758c9cdb3772028bba345df635292133bf1 (patch) | |
| tree | 499f7faf0f491a2f7fb8f067abb353d14b975237 /include/JSystem/J3DGraphBase | |
| parent | ba44ade90c3f04f5c163278fcadc4361c263acbb (diff) | |
d_a_obj_cdoor OK, d_a_obj_wchain mostly done, work on d_a_alink_wolf (#2047)
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DPacket.h | 1 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DStruct.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DPacket.h b/include/JSystem/J3DGraphBase/J3DPacket.h index cb853c9c74..e43349aeb8 100644 --- a/include/JSystem/J3DGraphBase/J3DPacket.h +++ b/include/JSystem/J3DGraphBase/J3DPacket.h @@ -108,6 +108,7 @@ public: mpFirstChild = NULL; } + void* getUserArea() { return mpUserData; } void setUserArea(u32 area) { mpUserData = (void*)area; } virtual int entry(J3DDrawBuffer*); diff --git a/include/JSystem/J3DGraphBase/J3DStruct.h b/include/JSystem/J3DGraphBase/J3DStruct.h index 06fb45e5b0..e0e23f6379 100644 --- a/include/JSystem/J3DGraphBase/J3DStruct.h +++ b/include/JSystem/J3DGraphBase/J3DStruct.h @@ -31,7 +31,7 @@ public: } /* 0x00 */ J3DLightInfo mInfo; - /* 0x34 */ u8 field_0x34[64]; + /* 0x34 */ GXLightObj mLightObj; }; // Size = 0x74 struct J3DTextureSRTInfo { |
