(svn r26027) -Change [FS#5669-ish]: [NewGRF] Invalidate vehicle colour palette when leaving a station.

This commit is contained in:
frosch 2013-11-17 16:02:39 +00:00
parent 8fbd2f5cb5
commit ec4806a82d
1 changed files with 2 additions and 0 deletions

View File

@ -2115,6 +2115,8 @@ void Vehicle::LeaveStation()
SetBit(Train::From(this)->flags, VRF_LEAVING_STATION);
}
this->MarkDirty();
}
/**