equal
deleted
inserted
replaced
55 * @param cargo_id the index of the cargo. |
55 * @param cargo_id the index of the cargo. |
56 * @pre industry_id has to be valid (use IsValidIndustry()). |
56 * @pre industry_id has to be valid (use IsValidIndustry()). |
57 * @pre cargo_id has to be valid (use IsValidCargo()). |
57 * @pre cargo_id has to be valid (use IsValidCargo()). |
58 * @return the production of the cargo for this industry. |
58 * @return the production of the cargo for this industry. |
59 */ |
59 */ |
60 static TileIndex GetProduction(IndustryID industry_id, CargoID cargo_id); |
60 static int32 GetProduction(IndustryID industry_id, CargoID cargo_id); |
61 |
61 |
62 /** |
62 /** |
63 * Gets the location of the industry. |
63 * Gets the location of the industry. |
64 * @param industry_id the index of the industry. |
64 * @param industry_id the index of the industry. |
65 * @pre industry_id has to be valid (use IsValidIndustry()). |
65 * @pre industry_id has to be valid (use IsValidIndustry()). |