(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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user