File diff r2816:3dd6634c2a23 → r2817:7ad46034031f
industry_cmd.c
Show inline comments
 
@@ -27,7 +27,7 @@ enum {
 
/**
 
 * Called if a new block is added to the industry-pool
 
 */
 
void IndustryPoolNewBlock(uint start_item)
 
static void IndustryPoolNewBlock(uint start_item)
 
{
 
	Industry *i;