summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vehicle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index 9b509404e..6a25d080b 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -2115,6 +2115,8 @@ void Vehicle::LeaveStation()
SetBit(Train::From(this)->flags, VRF_LEAVING_STATION);
}
+
+ this->MarkDirty();
}
/**