mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
MxStreamController: fix structure (#57)
This commit is contained in:
parent
07912eb05a
commit
3e58002ba5
1 changed files with 0 additions and 3 deletions
|
@ -8,7 +8,6 @@
|
||||||
class MxStreamController : public MxCore
|
class MxStreamController : public MxCore
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100c0f10
|
// OFFSET: LEGO1 0x100c0f10
|
||||||
inline virtual const char *ClassName() const override // vtable+0xc
|
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);
|
return !strcmp(name, MxStreamController::ClassName()) || MxCore::IsA(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
int m_unk00;
|
|
||||||
int m_unk04;
|
|
||||||
int m_unk08;
|
int m_unk08;
|
||||||
int m_unk0c;
|
int m_unk0c;
|
||||||
int m_unk10;
|
int m_unk10;
|
||||||
|
|
Loading…
Reference in a new issue