From bc2d943acf4f3432b19fe7d0945f4e0d9732b600 Mon Sep 17 00:00:00 2001 From: JoshuaMKW Date: Fri, 9 Feb 2024 13:34:31 -0600 Subject: [PATCH] Update TConductor --- include/SMS/Enemy/Conductor.hxx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/include/SMS/Enemy/Conductor.hxx b/include/SMS/Enemy/Conductor.hxx index 811af84..270e23e 100644 --- a/include/SMS/Enemy/Conductor.hxx +++ b/include/SMS/Enemy/Conductor.hxx @@ -4,7 +4,9 @@ #include #include #include +#include #include +#include #include #include #include @@ -60,14 +62,14 @@ public: void registerOtherObj(JDrama::TViewObj *); void registerSDLModelData(void * /*SDLModelData*/); - TConductorPacket _10; - TConductorPacket _20; - TConductorPacket _30; - TConductorPacket _40; - TConductorPacket _50; - TConductorPacket _60; - TConductorPacket _70; - u32 _80; + JGadget::TList _10; + JGadget::TList _20; + JGadget::TList _30; + JGadget::TList _40; + JGadget::TList _50; + JGadget::TList _60; + JGadget::TList _70; + TGraphGroup *mGraphGroup; TConductorParams mParams; u32 _F0; void *mNpcParams; // TNpcParams *