diff options
author | TechGeekNZ <git@tech.geek.nz> | 2020-06-04 23:07:19 +1200 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-06-05 14:27:09 +0100 |
commit | 937b3665463fb9e5155199a9675e5e43c8760bbf (patch) | |
tree | e5576b33ff01009aab5b26afc287e8363be41993 | |
parent | 012fea301d886534733ba5c7d70b8af4381ab260 (diff) | |
download | openttd-937b3665463fb9e5155199a9675e5e43c8760bbf.tar.xz |
Cleanup: StationCargoList::AreMergable doxygen comment references Vehicle instead of Station.
-rw-r--r-- | src/cargopacket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h index c058bafdb..e34298895 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -538,8 +538,8 @@ public: uint Reroute(uint max_move, StationCargoList *dest, StationID avoid, StationID avoid2, const GoodsEntry *ge); /** - * Are two the two CargoPackets mergeable in the context of - * a list of CargoPackets for a Vehicle? + * Are the two CargoPackets mergeable in the context of + * a list of CargoPackets for a Station? * @param cp1 First CargoPacket. * @param cp2 Second CargoPacket. * @return True if they are mergeable. |