1
0
Fork 0

Cleanup: StationCargoList::AreMergable doxygen comment references Vehicle instead of Station.

pull/8186/head
TechGeekNZ 2020-06-04 23:07:19 +12:00 committed by Charles Pigott
parent 012fea301d
commit 937b366546
1 changed files with 2 additions and 2 deletions

View File

@ -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.