File diff r12404:d58b2d050240 → r12405:ba094e765533
src/subsidy_gui.cpp
Show inline comments
 
@@ -78,7 +78,7 @@ struct SubsidyListWindow : Window {
 

	
 
	void HandleClick(const Subsidy *s)
 
	{
 
		TownEffect te = GetCargo(s->cargo_type)->town_effect;
 
		TownEffect te = CargoSpec::Get(s->cargo_type)->town_effect;
 
		TileIndex xy;
 

	
 
		/* determine from coordinate for subsidy and try to scroll to it */