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

@@ -23,8 +23,8 @@ void MxSmkPresenter::Init()
{
m_currentFrame = 0;
memset(&m_mxSmack, 0, sizeof(m_mxSmack));
m_flags &= 0xfd;
m_flags &= 0xfb;
m_flags &= ~Flag_Bit2;
m_flags &= ~Flag_Bit3;
}
// FUNCTION: LEGO1 0x100b3900