(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
This commit is contained in:
@@ -268,12 +268,12 @@ static const Widget _build_bridge_widgets[] = {
|
||||
};
|
||||
|
||||
/* Window definition for the rail bridge selection window */
|
||||
static const WindowDesc _build_bridge_desc = {
|
||||
static const WindowDesc _build_bridge_desc(
|
||||
WDP_AUTO, WDP_AUTO, 200, 114, 200, 114,
|
||||
WC_BUILD_BRIDGE, WC_BUILD_TOOLBAR,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE | WDF_CONSTRUCTION,
|
||||
_build_bridge_widgets,
|
||||
};
|
||||
_build_bridge_widgets
|
||||
);
|
||||
|
||||
/**
|
||||
* Prepare the data for the build a bridge window.
|
||||
|
Reference in New Issue
Block a user