diff --git a/LEGO1/lego/legoomni/include/legoanimpresenter.h b/LEGO1/lego/legoomni/include/legoanimpresenter.h index 72dcf102..82ab17f2 100644 --- a/LEGO1/lego/legoomni/include/legoanimpresenter.h +++ b/LEGO1/lego/legoomni/include/legoanimpresenter.h @@ -81,7 +81,7 @@ class LegoAnimClassBase { undefined4 m_unk0x4; }; -// SYNTHETIC: LEGO1 0x10099e00 +// SYNTHETIC: LEGO1 0x10099de0 // LegoAnimClassBase::`scalar deleting destructor' // VTABLE: LEGO1 0x100db8d8 diff --git a/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp b/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp index 3a2309df..b547211b 100644 --- a/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp +++ b/LEGO1/lego/legoomni/src/video/legoanimpresenter.cpp @@ -217,18 +217,20 @@ LegoAnimClass::~LegoAnimClass() // TODO } -// STUB: LEGO1 0x100a0e30 -void LegoAnimClass::VTable0x8() -{ -} - -// STUB: LEGO1 0x100a1040 -void LegoAnimClass::VTable0xc() -{ -} - // STUB: LEGO1 0x100a0c70 MxResult LegoAnimClass::VTable0x10(LegoMemoryStream* p_stream, MxS32) { return SUCCESS; } + +// STUB: LEGO1 0x100a0e30 +void LegoAnimClass::VTable0x8() +{ + // TODO +} + +// STUB: LEGO1 0x100a1040 +void LegoAnimClass::VTable0xc() +{ + // TODO +}