diff --git a/LEGO1/lego/sources/anim/legoanim.h b/LEGO1/lego/sources/anim/legoanim.h index 2b273603..0badeae9 100644 --- a/LEGO1/lego/sources/anim/legoanim.h +++ b/LEGO1/lego/sources/anim/legoanim.h @@ -28,10 +28,10 @@ class LegoAnimKey { void FUN_100739a0(MxS32 p_param) { if (p_param) { - m_flags |= 0x01; + m_flags |= c_bit1; } else { - m_flags &= 0xfe; + m_flags &= ~c_bit1; } }