diff --git a/LEGO1/lego/legoomni/include/act1state.h b/LEGO1/lego/legoomni/include/act1state.h index 886fcc77..2a4e762c 100644 --- a/LEGO1/lego/legoomni/include/act1state.h +++ b/LEGO1/lego/legoomni/include/act1state.h @@ -35,7 +35,7 @@ class Act1State : public LegoState { undefined2 m_unk0x1c; // 0x1c undefined m_unk0x1e; // 0x1e undefined m_unk0x20; // 0x20 - MxBool m_unk0x21; // 0x21 + MxBool m_unk0x21; // 0x21 }; #endif // ACT1STATE_H diff --git a/LEGO1/lego/legoomni/src/act1/act1state.cpp b/LEGO1/lego/legoomni/src/act1/act1state.cpp index 9f334f2d..18c762d0 100644 --- a/LEGO1/lego/legoomni/src/act1/act1state.cpp +++ b/LEGO1/lego/legoomni/src/act1/act1state.cpp @@ -8,7 +8,6 @@ Act1State::Act1State() m_unk0x21 = 1; } - // STUB: LEGO1 0x10034d00 void Act1State::FUN_10034d00() { diff --git a/LEGO1/lego/legoomni/src/video/legoanimationmanager.cpp b/LEGO1/lego/legoomni/src/video/legoanimationmanager.cpp index 00a634d6..476c6291 100644 --- a/LEGO1/lego/legoomni/src/video/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/video/legoanimationmanager.cpp @@ -24,7 +24,6 @@ LegoAnimationManager::~LegoAnimationManager() // STUB: LEGO1 0x1005ef10 void LegoAnimationManager::FUN_1005ef10() { - } // STUB: LEGO1 0x1005f130