diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index fd83b3582c..33670fc0bd 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -4362,6 +4362,7 @@ static void TrainEnterStation(Train *v, StationID station) SetWindowDirty(WC_VEHICLE_VIEW, v->index); v->current_order.MakeWaiting(); v->current_order.SetNonStopType(ONSF_NO_STOP_AT_ANY_STATION); + v->cur_speed = 0; return; }