From ec4806a82dd36ea81ba3b4351478016eac10745b Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 17 Nov 2013 16:02:39 +0000 Subject: [PATCH] (svn r26027) -Change [FS#5669-ish]: [NewGRF] Invalidate vehicle colour palette when leaving a station. --- src/vehicle.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vehicle.cpp b/src/vehicle.cpp index 9b509404e5..6a25d080ba 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(); } /**