diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vehicle.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp index dea86bc01..d331f6325 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -675,6 +675,9 @@ void DestroyVehicle(Vehicle *v) { if (IsValidStationID(v->last_station_visited)) { GetStation(v->last_station_visited)->loading_vehicles.remove(v); + + HideFillingPercent(v->fill_percent_te_id); + v->fill_percent_te_id = INVALID_TE_ID; } if (IsEngineCountable(v)) { |