mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +01:00
Make WIDGETS_END constexpr
This commit is contained in:
@@ -24,7 +24,7 @@ enum {
|
||||
|
||||
static rct_widget window_error_widgets[] = {
|
||||
MakeWidget({0, 0}, {200, 42}, WindowWidgetType::ImgBtn, WindowColour::Primary),
|
||||
{ WIDGETS_END }
|
||||
WIDGETS_END,
|
||||
};
|
||||
|
||||
static void window_error_unknown5(rct_window *w);
|
||||
|
||||
Reference in New Issue
Block a user