(svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front engine when turning a train in a station.

This commit is contained in:
rubidium
2008-09-21 18:28:35 +00:00
parent 2bf182fb36
commit 7ef5406946
4 changed files with 9 additions and 7 deletions

View File

@@ -1957,6 +1957,7 @@ CommandCost CmdReverseTrainDirection(TileIndex tile, uint32 flags, uint32 p1, ui
} else {
v->cur_speed = 0;
SetLastSpeed(v, 0);
HideFillingPercent(&v->fill_percent_te_id);
ReverseTrainDirection(v);
}
}