File diff r23286:87def0a72c77 → r23287:0e81c2168d96
src/graph_gui.cpp
Show inline comments
 
@@ -1571,12 +1571,18 @@ static const NWidgetPart _nested_perform
 

	
 
static WindowDesc _performance_rating_detail_desc(
 
	WDP_AUTO, "league_details", 0, 0,
 
	WC_PERFORMANCE_DETAIL, WC_NONE,
 
	0,
 
	_nested_performance_rating_detail_widgets, lengthof(_nested_performance_rating_detail_widgets)
 
);
 

	
 
void ShowPerformanceRatingDetail()
 
{
 
	AllocateWindowDescFront<PerformanceRatingDetailWindow>(&_performance_rating_detail_desc, 0);
 
}
 

	
 
void InitializeGraphGui()
 
{
 
	_legend_excluded_companies = 0;
 
	_legend_excluded_cargo = 0;
 
}