forked from mirror/OpenTTD
(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;
|
||||
TileIndex tile = node->tile;
|
||||
|
||||
if (tile == 0x4611c) {
|
||||
tile++;
|
||||
tile--;
|
||||
}
|
||||
|
||||
/* If GetNeighbours said we could get here, we assume the station type
|
||||
* is correct */
|
||||
if (
|
||||
|
Reference in New Issue
Block a user