waypoint.c
changeset 3585 18a23b37e99a
parent 3578 9dec4b636167
child 3636 d87b21df2944
--- a/waypoint.c	Tue Apr 18 18:02:52 2006 +0000
+++ b/waypoint.c	Tue Apr 18 18:48:50 2006 +0000
@@ -39,7 +39,7 @@
 }
 
 /* Initialize the town-pool */
-MemoryPool _waypoint_pool = { "Waypoints", WAYPOINT_POOL_MAX_BLOCKS, WAYPOINT_POOL_BLOCK_SIZE_BITS, sizeof(Waypoint), &WaypointPoolNewBlock, 0, 0, NULL };
+MemoryPool _waypoint_pool = { "Waypoints", WAYPOINT_POOL_MAX_BLOCKS, WAYPOINT_POOL_BLOCK_SIZE_BITS, sizeof(Waypoint), &WaypointPoolNewBlock, NULL, 0, 0, NULL };
 
 /* Create a new waypoint */
 static Waypoint* AllocateWaypoint(void)