mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Make WIDGETS_END constexpr
This commit is contained in:
@@ -282,7 +282,7 @@ static rct_widget window_object_load_error_widgets[] = {
|
||||
#ifndef DISABLE_HTTP
|
||||
MakeWidget({ 300, 377}, {146, 14}, WindowWidgetType::Button, WindowColour::Primary, STR_DOWNLOAD_ALL, STR_DOWNLOAD_ALL_TIP ), // Download all button
|
||||
#endif
|
||||
{ WIDGETS_END },
|
||||
WIDGETS_END,
|
||||
};
|
||||
|
||||
static rct_string_id get_object_type_string(ObjectType type);
|
||||
|
||||
Reference in New Issue
Block a user