diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -3771,11 +3771,7 @@ static bool TrainLocoHandler(Train *v, b /* Show message to player. */ if (_settings_client.gui.lost_vehicle_warn && v->owner == _local_company) { SetDParam(0, v->index); - AddVehicleNewsItem( - STR_NEWS_TRAIN_IS_STUCK, - NS_ADVICE, - v->index - ); + AddVehicleAdviceNewsItem(STR_NEWS_TRAIN_IS_STUCK, v->index); } v->wait_counter = 0; }