File diff r18960:90e9dbe8d494 → r18961:b2e758c9533f
src/graph_gui.cpp
Show inline comments
 
@@ -717,7 +717,7 @@ struct DeliveredCargoGraphWindow : BaseG
 

	
 
	virtual OverflowSafeInt64 GetGraphData(const Company *c, int j)
 
	{
 
		return c->old_economy[j].delivered_cargo;
 
		return c->old_economy[j].delivered_cargo.GetSum<OverflowSafeInt64>();
 
	}
 
};