From 59c399c79586e55ca7283d4f034a5571585ed021 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 6 Nov 2024 18:52:30 +0000 Subject: [PATCH] Codefix: Documentation comment in IndustryDirectoryWindow (#13059) --- src/industry_gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 965e7b4734..45c6569d90 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -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)