(svn r3271) Remove some debug statements of mine which somehow got into svn.
This commit is contained in:
		
							
								
								
									
										5
									
								
								npf.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								npf.c
									
									
									
									
									
								
							@@ -596,11 +596,6 @@ static int32 NPFFindStationOrTile(AyStar* as, OpenListNode *current)
 | 
				
			|||||||
	AyStarNode *node = ¤t->path.node;
 | 
						AyStarNode *node = ¤t->path.node;
 | 
				
			||||||
	TileIndex tile = node->tile;
 | 
						TileIndex tile = node->tile;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (tile == 0x4611c) {
 | 
					 | 
				
			||||||
		tile++;
 | 
					 | 
				
			||||||
		tile--;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* If GetNeighbours said we could get here, we assume the station type
 | 
						/* If GetNeighbours said we could get here, we assume the station type
 | 
				
			||||||
	 * is correct */
 | 
						 * is correct */
 | 
				
			||||||
	if (
 | 
						if (
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user