mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
Codefix: Documentation comment in IndustryDirectoryWindow (#13059)
This commit is contained in:
parent
29df467d27
commit
59c399c795
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user