File diff r12365:762810b4a6c7 → r12366:9b0659d2ff5d
src/vehicle.cpp
Show inline comments
 
@@ -497,6 +497,8 @@ void Vehicle::PreDestructor()
 
		Station::Get(this->last_station_visited)->loading_vehicles.remove(this);
 

	
 
		HideFillingPercent(&this->fill_percent_te_id);
 

	
 
		delete this->cargo_payment;
 
	}
 

	
 
	if (IsEngineCountable(this)) {