diff options
-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 ( |