mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +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
|
||||
*
|
||||
* @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)
|
||||
|
Loading…
Reference in New Issue
Block a user