diff --git a/LEGO1/lego/legoomni/include/legoanimpresenter.h b/LEGO1/lego/legoomni/include/legoanimpresenter.h index b5dfd0bd..be7beed8 100644 --- a/LEGO1/lego/legoomni/include/legoanimpresenter.h +++ b/LEGO1/lego/legoomni/include/legoanimpresenter.h @@ -48,8 +48,11 @@ class LegoAnimPresenter : public MxVideoPresenter { virtual void VTable0x90(); // vtable+0x90 virtual void VTable0x94(); // vtable+0x94 virtual void VTable0x98(); // vtable+0x98 - virtual void VTable0x9c(); // vtable+0x9c - virtual void VTable0x100(); // vtable+0x100 + + // STUB: LEGO1 0x1000c990 + virtual void VTable0x9c() {} // vtable+0x9c + + virtual void VTable0xa0(); // vtable+0xa0 inline LegoAnim* GetAnimation() { return m_anim; } diff --git a/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp b/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp index c36036da..0d89365f 100644 --- a/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp +++ b/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp @@ -466,7 +466,7 @@ void LegoAnimPresenter::ParseExtra() } // STUB: LEGO1 0x1006c570 -void LegoAnimPresenter::VTable0x100() +void LegoAnimPresenter::VTable0xa0() { // TODO } @@ -510,12 +510,6 @@ void LegoAnimPresenter::VTable0x94() // TODO } -// STUB: LEGO1 0x1006c990 -void LegoAnimPresenter::VTable0x9c() -{ - // TODO -} - // STUB: LEGO1 0x1006ca50 void LegoAnimPresenter::VTable0x98() {