forked from mirror/OpenTTD
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
This commit is contained in:
@@ -88,7 +88,7 @@ static const Widget _build_industry_widgets[] = {
|
||||
static const WindowDesc _build_industry_desc = {
|
||||
WDP_AUTO, WDP_AUTO, 170, 212, 170, 212,
|
||||
WC_BUILD_INDUSTRY, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE | WDF_CONSTRUCTION,
|
||||
_build_industry_widgets,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user