mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 10:52:41 +01:00
Codechange: Use EnumBitSet for WindowDefaultFlags.
This commit is contained in:
committed by
Peter Nelson
parent
efb05396a7
commit
d30e8dd1c1
@@ -97,7 +97,7 @@ static constexpr NWidgetPart _nested_network_content_download_status_window_widg
|
||||
static WindowDesc _network_content_download_status_window_desc(
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WC_NETWORK_STATUS_WINDOW, WC_NONE,
|
||||
WDF_MODAL,
|
||||
WindowDefaultFlag::Modal,
|
||||
_nested_network_content_download_status_window_widgets
|
||||
);
|
||||
|
||||
@@ -1116,7 +1116,7 @@ static constexpr NWidgetPart _nested_network_content_list_widgets[] = {
|
||||
static WindowDesc _network_content_list_desc(
|
||||
WDP_CENTER, "list_content", 630, 460,
|
||||
WC_NETWORK_WINDOW, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_network_content_list_widgets
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user