diff options
Diffstat (limited to 'src/roadveh_cmd.cpp')
-rw-r--r-- | src/roadveh_cmd.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index 2689af8a5..1254dc269 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -604,6 +604,11 @@ static RoadVehicle *RoadVehFindCloseTo(RoadVehicle *v, int x, int y, Direction d return RoadVehicle::From(rvf.best); } +/** + * A road vehicle arrives at a station. If it is the first time, create a news item. + * @param v Road vehicle that arrived. + * @param st Station where the road vehicle arrived. + */ static void RoadVehArrivesAt(const RoadVehicle *v, Station *st) { if (v->IsBus()) { |