# HG changeset patch # User rubidium # Date 1183916686 0 # Node ID 54afe2891d7b50363892dcb4bcdd25216bf56bab # Parent e65a28455ee30d637e20a47bb25912eced5db44a (svn r10478) -Fix [FS#999]: remove the loading indicator when a vehicle is removed. diff -r e65a28455ee3 -r 54afe2891d7b src/vehicle.cpp --- a/src/vehicle.cpp Sun Jul 08 17:40:04 2007 +0000 +++ b/src/vehicle.cpp Sun Jul 08 17:44:46 2007 +0000 @@ -675,6 +675,9 @@ { 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)) {