Changeset - r2726:4a845b005405
[Not reviewed]
master
0 1 0
hackykid - 18 years ago 2005-12-08 09:12:25
hackykid@openttd.org
(svn r3271) Remove some debug statements of mine which somehow got into svn.
1 file changed with 0 insertions and 5 deletions:
npf.c
5
0 comments (0 inline, 0 general)
npf.c
Show inline comments
 
@@ -596,11 +596,6 @@ static int32 NPFFindStationOrTile(AyStar
 
	AyStarNode *node = &current->path.node;
 
	TileIndex tile = node->tile;
 

	
 
	if (tile == 0x4611c) {
 
		tile++;
 
		tile--;
 
	}
 

	
 
	/* If GetNeighbours said we could get here, we assume the station type
 
	 * is correct */
 
	if (
0 comments (0 inline, 0 general)