diff --git a/LEGO1/mxvideoparamflags.h b/LEGO1/mxvideoparamflags.h index 02b27883..e57917dc 100644 --- a/LEGO1/mxvideoparamflags.h +++ b/LEGO1/mxvideoparamflags.h @@ -52,7 +52,7 @@ class MxVideoParamFlags m_flags1 |= ENABLE_16BIT; } - inline void Enable16Bit(BOOL e) + inline void Enable16Bit(unsigned char e) { m_flags1 = ((e << 5) ^ m_flags1) & ENABLE_16BIT ^ m_flags1; }