Replace magic values with proper flag clearing

This commit is contained in:
Christian Semmler
2023-12-22 13:57:23 -05:00
parent cdc7b43db2
commit 2686643d20
4 changed files with 8 additions and 8 deletions

View File

@@ -20,8 +20,8 @@ MxLoopingFlcPresenter::~MxLoopingFlcPresenter()
void MxLoopingFlcPresenter::Init()
{
this->m_unk0x68 = 0;
this->m_flags &= 0xfd;
this->m_flags &= 0xfb;
this->m_flags &= ~Flag_Bit2;
this->m_flags &= ~Flag_Bit3;
}
// STUB: LEGO1 0x100b4432