mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Make WIDGETS_END constexpr
This commit is contained in:
@@ -33,7 +33,7 @@ enum
|
||||
|
||||
static rct_widget window_dropdown_widgets[] = {
|
||||
MakeWidget({ 0, 0 }, { 1, 1 }, WindowWidgetType::ImgBtn, WindowColour::Primary),
|
||||
{ WIDGETS_END },
|
||||
WIDGETS_END,
|
||||
};
|
||||
|
||||
static int32_t _dropdown_num_columns;
|
||||
|
||||
Reference in New Issue
Block a user