diff --git a/LEGO1/legoactor.h b/LEGO1/legoactor.h index 1f0fddbb..0fff9664 100644 --- a/LEGO1/legoactor.h +++ b/LEGO1/legoactor.h @@ -10,10 +10,7 @@ class LegoActor : public LegoEntity { public: LegoActor(); - // FUNCTION: LEGO1 0x1002d210 - inline virtual const char* ClassName() const override; // vtable+0x0c - - // FUNCTION: LEGO1 0x1002d220 + inline virtual const char* ClassName() const override; // vtable+0x0c inline virtual MxBool IsA(const char* name) const override; // vtable+0x10 // FUNCTION: LEGO1 0x10002cc0 diff --git a/LEGO1/legoentity.cpp b/LEGO1/legoentity.cpp index f73fbcf0..3aabbab9 100644 --- a/LEGO1/legoentity.cpp +++ b/LEGO1/legoentity.cpp @@ -79,6 +79,11 @@ void LegoEntity::SetROI(LegoROI* p_roi, MxBool p_bool1, MxBool p_bool2) // TODO } +// STUB: LEGO1 0x10010c30 +void LegoEntity::FUN_10010c30() +{ +} + // FUNCTION: LEGO1 0x10010e10 void LegoEntity::ParseAction(char* p_extra) { @@ -102,11 +107,6 @@ void LegoEntity::ParseAction(char* p_extra) } } -// STUB: LEGO1 0x10010c30 -void LegoEntity::FUN_10010c30() -{ -} - // STUB: LEGO1 0x10010f10 void LegoEntity::VTable0x34() {