Codechange: Use EnumBitSet for WindowFlags.
This commit is contained in:
committed by
Peter Nelson
parent
248f369e86
commit
efb05396a7
@@ -36,7 +36,7 @@ struct EndGameHighScoreBaseWindow : Window {
|
||||
EndGameHighScoreBaseWindow(WindowDesc &desc) : Window(desc)
|
||||
{
|
||||
this->InitNested();
|
||||
CLRBITS(this->flags, WF_WHITE_BORDER);
|
||||
this->flags.Reset(WindowFlag::WhiteBorder);
|
||||
ResizeWindow(this, _screen.width - this->width, _screen.height - this->height);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user