1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 08:29:11 +00:00

Codefix: Documentation comment in IndustryDirectoryWindow (#13059)

This commit is contained in:
Jonathan G Rennison
2024-11-06 18:52:30 +00:00
committed by GitHub
parent 29df467d27
commit 59c399c795

View File

@@ -1480,8 +1480,7 @@ protected:
/** /**
* Returns percents of cargo transported if industry produces this cargo, else -1 * Returns percents of cargo transported if industry produces this cargo, else -1
* *
* @param i industry to check * @param p industry produced cargo
* @param id cargo slot
* @return percents of cargo transported, or -1 if industry doesn't use this cargo slot * @return percents of cargo transported, or -1 if industry doesn't use this cargo slot
*/ */
static inline int GetCargoTransportedPercentsIfValid(const Industry::ProducedCargo &p) static inline int GetCargoTransportedPercentsIfValid(const Industry::ProducedCargo &p)