summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/train_cmd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp
index f2c2e4d37..b3f4f9801 100644
--- a/src/train_cmd.cpp
+++ b/src/train_cmd.cpp
@@ -3122,6 +3122,9 @@ uint Train::Crash(bool flooded)
* but must be updated after the train has been marked crashed */
TileIndex crossing = TrainApproachingCrossingTile(this);
if (crossing != INVALID_TILE) UpdateLevelCrossing(crossing);
+
+ /* Remove the loading indicators (if any) */
+ HideFillingPercent(&this->fill_percent_te_id);
}
pass += Vehicle::Crash(flooded);