File diff r27882:e0b47acdb939 → r27883:ddbd33508a8a
src/linkgraph/refresh.cpp
Show inline comments
 
@@ -234,7 +234,7 @@ void LinkRefresher::RefreshStats(const O
 
			if (this->is_full_loading && this->vehicle->orders != nullptr &&
 
					st->index == vehicle->last_station_visited &&
 
					this->vehicle->orders->GetTotalDuration() >
 
					(Ticks)this->vehicle->current_order_time) {
 
					(TimerGameTick::Ticks)this->vehicle->current_order_time) {
 
				uint effective_capacity = cargo_quantity * this->vehicle->load_unload_ticks;
 
				if (effective_capacity > (uint)this->vehicle->orders->GetTotalDuration()) {
 
					IncreaseStats(st, c, next_station, effective_capacity /