mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: StationCargoList::AreMergable doxygen comment references Vehicle instead of Station.
parent
012fea301d
commit
937b366546
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue