Changeset - r4424:09fdea149b40
[Not reviewed]
master
0 1 0
glx - 18 years ago 2006-08-27 22:08:40
glx@openttd.org
(svn r6179) - Silence the old npf warnings
1 file changed with 1 insertions and 1 deletions:
npf.c
1
1
0 comments (0 inline, 0 general)
npf.c
Show inline comments
 
@@ -777,13 +777,13 @@ NPFFoundTargetData NPFRouteToDepotTrialE
 
	 * far, is shorter than the manhattan distance. This will obviously
 
	 * always find the closest depot. It will probably be most efficient
 
	 * for ships, since the heuristic will not be to far off then. I hope.
 
	 */
 
	Queue depots;
 
	int r;
 
	NPFFoundTargetData best_result;
 
	NPFFoundTargetData best_result = {(uint)-1, (uint)-1, INVALID_TRACKDIR, {INVALID_TILE, 0, {0, 0}}};
 
	NPFFoundTargetData result;
 
	NPFFindStationOrTileData target;
 
	AyStarNode start;
 
	Depot* current;
 
	Depot *depot;
 

	
0 comments (0 inline, 0 general)