File diff r11994:d35358dacd9d → r11995:e01a309e6bf5
src/subsidy.cpp
Show inline comments
 
@@ -283,13 +283,13 @@ void SubsidyMonthlyLoop()
 
	}
 
no_add:;
 
	if (modified)
 
		InvalidateWindow(WC_SUBSIDIES_LIST, 0);
 
}
 

	
 
bool CheckSubsidised(Station *from, Station *to, CargoID cargo_type)
 
bool CheckSubsidised(const Station *from, const Station *to, CargoID cargo_type)
 
{
 
	Subsidy *s;
 
	TileIndex xy;
 
	Pair pair;
 

	
 
	/* check if there is an already existing subsidy that applies to us */