diff -r 1af7d6e9d1ba -r 43461f26b729 industry_cmd.c --- a/industry_cmd.c Tue Apr 18 18:02:52 2006 +0000 +++ b/industry_cmd.c Tue Apr 18 18:48:50 2006 +0000 @@ -38,7 +38,7 @@ } /* Initialize the industry-pool */ -MemoryPool _industry_pool = { "Industry", INDUSTRY_POOL_MAX_BLOCKS, INDUSTRY_POOL_BLOCK_SIZE_BITS, sizeof(Industry), &IndustryPoolNewBlock, 0, 0, NULL }; +MemoryPool _industry_pool = { "Industry", INDUSTRY_POOL_MAX_BLOCKS, INDUSTRY_POOL_BLOCK_SIZE_BITS, sizeof(Industry), &IndustryPoolNewBlock, NULL, 0, 0, NULL }; static byte _industry_sound_ctr; static TileIndex _industry_sound_tile;