summaryrefslogtreecommitdiff
path: root/road_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'road_cmd.c')
-rw-r--r--road_cmd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/road_cmd.c b/road_cmd.c
index 6c98a2c64..8f283ac4c 100644
--- a/road_cmd.c
+++ b/road_cmd.c
@@ -1047,13 +1047,6 @@ static uint32 GetTileTrackStatus_Road(uint tile, TransportType mode) {
r *= 0x10001;
}
return r;
- } else if ((b&0xF0) == 0x20) {
- /* Depot */
- /* We reverse the dir because it points out of the
- * exit, and we want to get in. Maybe we should return
- * both dirs here? */
- byte dir = _reverse_dir[b&3];
- return 1 << _dir_to_straight_trackdir[dir];
}
}
return 0;