diff --git a/LEGO1/legoentitypresenter.cpp b/LEGO1/legoentitypresenter.cpp index b5b0b565..7a586c80 100644 --- a/LEGO1/legoentitypresenter.cpp +++ b/LEGO1/legoentitypresenter.cpp @@ -85,8 +85,7 @@ void LegoEntityPresenter::RepeatingTickle() // FUNCTION: LEGO1 0x10053730 void LegoEntityPresenter::SetBackendLocation(Vector3Data& p_location, Vector3Data& p_direction, Vector3Data& p_up) { - if (m_objectBackend) - { + if (m_objectBackend) { m_objectBackend->SetLocation(p_location, p_direction, p_up, TRUE); } } diff --git a/LEGO1/legoentitypresenter.h b/LEGO1/legoentitypresenter.h index 47e0b259..94e87b1c 100644 --- a/LEGO1/legoentitypresenter.h +++ b/LEGO1/legoentitypresenter.h @@ -36,6 +36,7 @@ class LegoEntityPresenter : public MxCompositePresenter { private: void Destroy(MxBool p_fromDestructor); + protected: LegoEntity* m_objectBackend; // 0x4c }; diff --git a/LEGO1/legoworldpresenter.cpp b/LEGO1/legoworldpresenter.cpp index 4c52db3d..c207feb7 100644 --- a/LEGO1/legoworldpresenter.cpp +++ b/LEGO1/legoworldpresenter.cpp @@ -44,17 +44,17 @@ void LegoWorldPresenter::ReadyTickle() m_currentTickleState = TickleState_Starting; } -// STUB: LEGO1 0x10067a70 -void LegoWorldPresenter::VTable0x60(MxPresenter* p_presenter) -{ -} - // STUB: LEGO1 0x10066ac0 void LegoWorldPresenter::StartingTickle() { } -// FUNCTION: LEGO1 0x10067b00 +// STUB: LEGO1 0x10067a70 +void LegoWorldPresenter::VTable0x60(MxPresenter* p_presenter) +{ +} + +// STUB: LEGO1 0x10067b00 void LegoWorldPresenter::ParseExtra() { }