File diff r13553:fe51d1a866c1 → r13554:d1964ead02ee
src/tree_gui.cpp
Show inline comments
 
@@ -228,13 +228,13 @@ static const NWidgetPart _nested_build_t
 
};
 

	
 
static const WindowDesc _build_trees_desc(
 
	WDP_AUTO, WDP_AUTO, 143, 184, 143, 184,
 
	WC_BUILD_TREES, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_CONSTRUCTION,
 
	NULL, _nested_build_trees_widgets, lengthof(_nested_build_trees_widgets)
 
	_nested_build_trees_widgets, lengthof(_nested_build_trees_widgets)
 
);
 

	
 
void ShowBuildTreesToolbar()
 
{
 
	if (_game_mode != GM_EDITOR && !Company::IsValidID(_local_company)) return;
 
	AllocateWindowDescFront<BuildTreesWindow>(&_build_trees_desc, 0);