mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 02:42:42 +01:00
Codechange: Use EnumBitSet for WindowDefaultFlags.
This commit is contained in:
committed by
Peter Nelson
parent
efb05396a7
commit
d30e8dd1c1
@@ -723,7 +723,7 @@ struct FramerateWindow : Window {
|
||||
static WindowDesc _framerate_display_desc(
|
||||
WDP_AUTO, "framerate_display", 0, 0,
|
||||
WC_FRAMERATE_DISPLAY, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_framerate_window_widgets
|
||||
);
|
||||
|
||||
@@ -1014,7 +1014,7 @@ struct FrametimeGraphWindow : Window {
|
||||
static WindowDesc _frametime_graph_window_desc(
|
||||
WDP_AUTO, "frametime_graph", 140, 90,
|
||||
WC_FRAMETIME_GRAPH, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_frametime_graph_window_widgets
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user