diff -r 1af7d6e9d1ba -r 43461f26b729 depot.c --- a/depot.c Tue Apr 18 18:02:52 2006 +0000 +++ b/depot.c Tue Apr 18 18:48:50 2006 +0000 @@ -28,7 +28,7 @@ } /* Initialize the town-pool */ -MemoryPool _depot_pool = { "Depots", DEPOT_POOL_MAX_BLOCKS, DEPOT_POOL_BLOCK_SIZE_BITS, sizeof(Depot), &DepotPoolNewBlock, 0, 0, NULL }; +MemoryPool _depot_pool = { "Depots", DEPOT_POOL_MAX_BLOCKS, DEPOT_POOL_BLOCK_SIZE_BITS, sizeof(Depot), &DepotPoolNewBlock, NULL, 0, 0, NULL }; /**