File diff r11688:736184df0c5d → r11689:154feeb8fd54
src/vehicle.cpp
Show inline comments
 
@@ -1514,6 +1514,7 @@ void Vehicle::BeginLoading()
 
	InvalidateWindow(WC_STATION_VIEW, this->last_station_visited);
 

	
 
	GetStation(this->last_station_visited)->MarkTilesDirty(true);
 
	this->cur_speed = 0;
 
	this->MarkDirty();
 
}