isle/LEGO1/mxvideoparamflags.cpp
Christian Semmler 7ded9d0263 More fixes
2023-12-12 11:45:37 -05:00

16 lines
315 B
C++

#include "mxvideoparamflags.h"
// FUNCTION: LEGO1 0x100bec40
MxVideoParamFlags::MxVideoParamFlags()
{
this->SetFullScreen(0);
this->SetFlipSurfaces(0);
this->SetBackBuffers(0);
this->SetF1bit3(0);
this->SetF1bit4(0);
this->Set16Bit(0);
this->SetWideViewAngle(1);
this->SetF1bit7(1);
this->SetF2bit1(1);
}