summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 19f7b3e64..b9797bdf3 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -4057,8 +4057,9 @@ uint FlowStat::GetShare(StationID st) const
}
/**
- * Get a station a package can be routed to, but exclude the given one.
+ * Get a station a package can be routed to, but exclude the given ones.
* @param excluded StationID not to be selected.
+ * @param excluded2 Another StationID not to be selected.
* @return A station ID from the shares map.
*/
StationID FlowStat::GetVia(StationID excluded, StationID excluded2) const