File diff r27911:e2da1b3040ed → r27912:9307505907d5
src/economy.cpp
Show inline comments
 
@@ -1188,8 +1188,8 @@ static void TriggerIndustryProduction(In
 
 * @param front The front of the train
 
 */
 
CargoPayment::CargoPayment(Vehicle *front) :
 
	front(front),
 
	current_station(front->last_station_visited)
 
	current_station(front->last_station_visited),
 
	front(front)
 
{
 
}