mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fixes
This commit is contained in:
parent
9acc23d59f
commit
b1a3f5a2db
@ -29,6 +29,7 @@ class InfocenterState : public LegoState
|
|||||||
inline MxU32 GetInfocenterBufferElement(MxS32 p_index) { return m_buffer[p_index]; }
|
inline MxU32 GetInfocenterBufferElement(MxS32 p_index) { return m_buffer[p_index]; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
// Members should be renamed with their offsets before use
|
||||||
/*
|
/*
|
||||||
struct SomeStruct
|
struct SomeStruct
|
||||||
{
|
{
|
||||||
|
|||||||
@ -24,14 +24,14 @@ class MxObjectFactory : public MxCore
|
|||||||
public:
|
public:
|
||||||
MxObjectFactory();
|
MxObjectFactory();
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1008f70
|
// OFFSET: LEGO1 0x10008f70
|
||||||
inline virtual const char *ClassName() const override // vtable+0xc
|
inline virtual const char *ClassName() const override // vtable+0xc
|
||||||
{
|
{
|
||||||
// 0x100f0730
|
// 0x100f0730
|
||||||
return "MxObjectFactory";
|
return "MxObjectFactory";
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1008f80
|
// OFFSET: LEGO1 0x10008f80
|
||||||
inline virtual MxBool IsA(const char *name) const override // vtable+0x10
|
inline virtual MxBool IsA(const char *name) const override // vtable+0x10
|
||||||
{
|
{
|
||||||
return !strcmp(name, MxObjectFactory::ClassName()) || MxCore::IsA(name);
|
return !strcmp(name, MxObjectFactory::ClassName()) || MxCore::IsA(name);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user