mirror of https://github.com/OpenTTD/OpenTTD
(svn r3271) Remove some debug statements of mine which somehow got into svn.
parent
1c57091230
commit
2148e1fa89
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 (
|
||||
|
|
Loading…
Reference in New Issue