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 | 2148e1fa89966f4b91b9d1dd5c862e9a6e2d6ba9 (patch) | |
tree | 4aec4f1a2e251c5a766e69725023cdfdd794a9ee | |
parent | 1c5709123082a9fee25f55c04e68abb7fdbba583 (diff) | |
download | openttd-2148e1fa89966f4b91b9d1dd5c862e9a6e2d6ba9.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 ( |