mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-21 11:25:42 +01:00
(svn r3271) Remove some debug statements of mine which somehow got into svn.
This commit is contained in:
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
Block a user