summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DPacket.h1
-rw-r--r--include/JSystem/J3DGraphBase/J3DStruct.h2
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 {