1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 13:09:15 +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
*
* @param i industry to check
* @param id cargo slot
* @param p industry produced cargo
* @return percents of cargo transported, or -1 if industry doesn't use this cargo slot
*/
static inline int GetCargoTransportedPercentsIfValid(const Industry::ProducedCargo &p)