industry_cmd.c
changeset 3585 43461f26b729
parent 3581 2f89648cf9d2
child 3636 a36cc46e754d
--- 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;