mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
lego1: fix/match some ClassName functions (#60)
This commit is contained in:

committed by
GitHub

parent
566e107290
commit
6761345c8c
@@ -21,7 +21,7 @@ public:
|
||||
// OFFSET: LEGO1 0x10079f40
|
||||
inline MxBool IsA(const char *name) const override // vtable+0x10
|
||||
{
|
||||
return !strcmp(name, LegoPalettePresenter::ClassName()) || MxVideoPresenter::IsA(name);
|
||||
return !strcmp(name, ClassName()) || MxVideoPresenter::IsA(name);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user