diff options
author | hackykid <hackykid@openttd.org> | 2005-12-08 09:12:25 +0000 |
---|---|---|
committer | hackykid <hackykid@openttd.org> | 2005-12-08 09:12:25 +0000 |
commit | c50ef5bc07c5fc4ec848debedbb50103a2a8093c (patch) | |
tree | 4aec4f1a2e251c5a766e69725023cdfdd794a9ee | |
parent | 5f3dc36983704020dc2864d680b11ea860ef06a8 (diff) | |
download | openttd-c50ef5bc07c5fc4ec848debedbb50103a2a8093c.tar.xz |
(svn r3271) Remove some debug statements of mine which somehow got into svn.
-rw-r--r-- | npf.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 ( |