summaryrefslogtreecommitdiff
path: root/depot.c
diff options
context:
space:
mode:
Diffstat (limited to 'depot.c')
-rw-r--r--depot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/depot.c b/depot.c
index 2809d5d9f..8faf3b8bb 100644
--- a/depot.c
+++ b/depot.c
@@ -28,7 +28,7 @@ static void DepotPoolNewBlock(uint start_item)
}
/* 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 };
/**