pathfind.c
changeset 2548 97ada3bd2702
parent 2493 d834d0c1502a
child 2774 4b7d8beec975
equal deleted inserted replaced
2547:84930de386a9 2548:97ada3bd2702
   913 	tpf.num_links_left = lengthof(tpf.links);
   913 	tpf.num_links_left = lengthof(tpf.links);
   914 	memset(tpf.hash_head, 0, sizeof(tpf.hash_head));
   914 	memset(tpf.hash_head, 0, sizeof(tpf.hash_head));
   915 
   915 
   916 	NTPEnum(&tpf, tile, direction);
   916 	NTPEnum(&tpf, tile, direction);
   917 }
   917 }
   918