diff options
Diffstat (limited to 'rail_cmd.c')
-rw-r--r-- | rail_cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rail_cmd.c b/rail_cmd.c index 206b9cbad..51b3a979b 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -2005,6 +2005,7 @@ static uint32 VehicleEnter_Track(Vehicle *v, TileIndex tile, int x, int y) v->u.rail.track = 0x80, v->vehstatus |= VS_HIDDEN; /* hide it */ v->direction = ReverseDir(v->direction); + InvalidateWindowData(WC_VEHICLE_DEPOT, v->tile); if (v->next == NULL) VehicleEnterDepot(v); v->tile = tile; |