From 3e58002ba596fb4f8aa0bf08a01dc0985b92feb0 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 29 Jun 2023 17:48:42 +0200 Subject: [PATCH] MxStreamController: fix structure (#57) --- LEGO1/mxstreamcontroller.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/LEGO1/mxstreamcontroller.h b/LEGO1/mxstreamcontroller.h index 8884b49f..4ec95e9e 100644 --- a/LEGO1/mxstreamcontroller.h +++ b/LEGO1/mxstreamcontroller.h @@ -8,7 +8,6 @@ class MxStreamController : public MxCore { public: - // OFFSET: LEGO1 0x100c0f10 inline virtual const char *ClassName() const override // vtable+0xc { @@ -22,8 +21,6 @@ class MxStreamController : public MxCore return !strcmp(name, MxStreamController::ClassName()) || MxCore::IsA(name); } - int m_unk00; - int m_unk04; int m_unk08; int m_unk0c; int m_unk10;