mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
Stub LegoState::Vtable0x14 for Act3State
This commit is contained in:
parent
5f331e1b93
commit
a3b88cf487
@ -4,3 +4,8 @@
|
|||||||
LegoState::~LegoState()
|
LegoState::~LegoState()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x10005f90
|
||||||
|
MxBool LegoState::VTable0x14() {
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@ class LegoState : public MxCore
|
|||||||
|
|
||||||
// OFFSET: LEGO1 0x100060d0
|
// OFFSET: LEGO1 0x100060d0
|
||||||
inline virtual const char *ClassName() const override // vtable+0x0c
|
inline virtual const char *ClassName() const override // vtable+0x0c
|
||||||
{
|
{
|
||||||
// 0x100f01b8
|
// 0x100f01b8
|
||||||
return "LegoState";
|
return "LegoState";
|
||||||
}
|
}
|
||||||
@ -22,6 +22,8 @@ class LegoState : public MxCore
|
|||||||
return !strcmp(name, LegoState::ClassName()) || MxCore::IsA(name);
|
return !strcmp(name, LegoState::ClassName()) || MxCore::IsA(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual MxBool VTable0x14();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOSTATE_H
|
#endif // LEGOSTATE_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user