From 3f22fa448376893fffd83815ecd4cdccb197f1a4 Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Wed, 1 Jun 2022 03:49:32 -0700 Subject: m_Do / d_a_npc work --- include/JSystem/J3DGraphBase/J3DPacket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/JSystem/J3DGraphBase') diff --git a/include/JSystem/J3DGraphBase/J3DPacket.h b/include/JSystem/J3DGraphBase/J3DPacket.h index 14ed0fb5f4..6552c461af 100644 --- a/include/JSystem/J3DGraphBase/J3DPacket.h +++ b/include/JSystem/J3DGraphBase/J3DPacket.h @@ -64,6 +64,8 @@ public: mpFirstChild = NULL; } + void setUserArea(u32 area) { mpUserData = (void*)area; } + virtual bool entry(J3DDrawBuffer*); virtual void draw(); virtual ~J3DPacket() {} -- cgit v1.2.3