mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Make WINDOW_SKELETON take a title, height and width
This commit is contained in:
@@ -71,7 +71,7 @@ enum WINDOW_FOOTPATH_WIDGET_IDX
|
||||
};
|
||||
|
||||
static rct_widget window_footpath_widgets[] = {
|
||||
WINDOW_SKELETON,
|
||||
{ WINDOW_SKELETON(WINDOW_TITLE, WW, WH) },
|
||||
// Type group
|
||||
{WWT_GROUPBOX, 0, 3, 102, 17, 71, STR_TYPE, STR_NONE},
|
||||
{WWT_FLATBTN, 1, 6, 52, 30, 65, 0xFFFFFFFF, STR_FOOTPATH_TIP},
|
||||
|
||||
Reference in New Issue
Block a user