File diff r23022:731ae1300799 → r23023:7b8669afd1db
src/industry_cmd.cpp
Show inline comments
 
@@ -1323,7 +1323,7 @@ static CheckNewIndustryProc * const _che
 
 * Find a town for the industry, while checking for multiple industries in the same town.
 
 * @param tile Position of the industry to build.
 
 * @param type Industry type.
 
 * @param [out] town Pointer to return town for the new industry, \c NULL is written if no good town can be found.
 
 * @param[out] t Pointer to return town for the new industry, \c NULL is written if no good town can be found.
 
 * @return Succeeded or failed command.
 
 *
 
 * @pre \c *t != NULL
 
@@ -1793,8 +1793,8 @@ static void DoCreateNewIndustry(Industry
 
 * @param flags of operations to conduct
 
 * @param indspec pointer to industry specifications
 
 * @param itspec_index the index of the itsepc to build/fund
 
 * @param seed random seed (possibly) used by industries
 
 * @param initial_random_bits The random bits the industry is going to have after construction.
 
 * @param random_var8f random seed (possibly) used by industries
 
 * @param random_initial_bits The random bits the industry is going to have after construction.
 
 * @param founder Founder of the industry
 
 * @param creation_type The circumstances the industry is created under.
 
 * @param [out] ip Pointer to store newly created industry.