diff -r 005b6170f15c -r 18a23b37e99a waypoint.c --- 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)