forked from mirror/OpenTTD
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
This commit is contained in:
@@ -414,7 +414,7 @@ static const Widget _vehicle_refit_widgets[] = {
|
||||
static const WindowDesc _vehicle_refit_desc = {
|
||||
WDP_AUTO, WDP_AUTO, 240, 174, 240, 174,
|
||||
WC_VEHICLE_REFIT, WC_VEHICLE_VIEW,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE | WDF_CONSTRUCTION,
|
||||
_vehicle_refit_widgets,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user