1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Make WIDGETS_END constexpr

This commit is contained in:
Hielke Morsink
2021-09-26 11:11:42 +02:00
committed by GitHub
parent 2ba515fb37
commit 9dd9b27db4
74 changed files with 139 additions and 139 deletions

View File

@@ -62,7 +62,7 @@ static rct_widget window_server_start_widgets[] = {
MakeWidget ({ 6, 117}, {287, 14}, WindowWidgetType::Checkbox, WindowColour::Secondary, STR_ADVERTISE, STR_ADVERTISE_SERVER_TIP), // advertise checkbox
MakeWidget ({ 6, WH-6-13}, {101, 14}, WindowWidgetType::Button, WindowColour::Secondary, STR_NEW_GAME ), // start server button
MakeWidget ({ 112, WH-6-13}, {101, 14}, WindowWidgetType::Button, WindowColour::Secondary, STR_LOAD_GAME ), // None
{ WIDGETS_END },
WIDGETS_END,
};
static void window_server_start_close(rct_window *w);