File diff r9142:8eefd8081b0a → r9143:e484ce861c88
src/misc_gui.cpp
Show inline comments
 
@@ -482,12 +482,12 @@ static const WindowDesc _build_trees_sce
 
void ShowBuildTreesToolbar()
 
{
 
	if (!IsValidPlayer(_current_player)) return;
 
	AllocateWindowDescFront(&_build_trees_desc, 0);
 
	AllocateWindowDescFront<Window>(&_build_trees_desc, 0);
 
}
 

	
 
void ShowBuildTreesScenToolbar()
 
{
 
	AllocateWindowDescFront(&_build_trees_scen_desc, 0);
 
	AllocateWindowDescFront<Window>(&_build_trees_scen_desc, 0);
 
}
 

	
 
static uint64 _errmsg_decode_params[20];