(svn r18311) -Codechange: no need to hardcode locations of some 'random' windows

This commit is contained in:
rubidium
2009-11-28 13:38:34 +00:00
parent 2dbf1d72f9
commit ff32ea24fc
6 changed files with 8 additions and 8 deletions

View File

@@ -2100,7 +2100,7 @@ static const NWidgetPart _nested_buy_company_widgets[] = {
};
static const WindowDesc _buy_company_desc(
153, 171, 334, 137,
WDP_AUTO, WDP_AUTO, 334, 137,
WC_BUY_COMPANY, WC_NONE,
WDF_CONSTRUCTION,
_nested_buy_company_widgets, lengthof(_nested_buy_company_widgets)