mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 20:12:42 +00:00
Codechange: Use EnumBitSet for WindowDefaultFlags.
This commit is contained in:
committed by
Peter Nelson
parent
efb05396a7
commit
d30e8dd1c1
@@ -217,14 +217,14 @@ static constexpr NWidgetPart _nested_highscore_widgets[] = {
|
||||
static WindowDesc _highscore_desc(
|
||||
WDP_MANUAL, nullptr, 0, 0,
|
||||
WC_HIGHSCORE, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_highscore_widgets
|
||||
);
|
||||
|
||||
static WindowDesc _endgame_desc(
|
||||
WDP_MANUAL, nullptr, 0, 0,
|
||||
WC_ENDSCREEN, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_highscore_widgets
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user