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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)