summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-03-25 09:44:17 +0000
committercelestar <celestar@openttd.org>2005-03-25 09:44:17 +0000
commit75bc6cd7e78e91651fa737eefbae7fbf3b9be3d7 (patch)
treef9cb8c9ee691218de31d083c69d6c6278461f1f5 /station.h
parentb721a08ef2b1b2a909545eb90a7546c7b6407013 (diff)
downloadopenttd-75bc6cd7e78e91651fa737eefbae7fbf3b9be3d7.tar.xz
(svn r2054) -CodeChange: Removed an unused enum
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/station.h b/station.h
index dafe5ef09..6b144df15 100644
--- a/station.h
+++ b/station.h
@@ -26,7 +26,6 @@ enum {
INVALID_SLOT = 0xFFFF,
NUM_SLOTS = 2,
ROAD_STOP_LIMIT = 8,
- NUM_ROAD_STOPS = 250,
};
typedef struct RoadStop {