diff options
author | celestar <celestar@openttd.org> | 2005-03-25 09:44:17 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-03-25 09:44:17 +0000 |
commit | 75bc6cd7e78e91651fa737eefbae7fbf3b9be3d7 (patch) | |
tree | f9cb8c9ee691218de31d083c69d6c6278461f1f5 | |
parent | b721a08ef2b1b2a909545eb90a7546c7b6407013 (diff) | |
download | openttd-75bc6cd7e78e91651fa737eefbae7fbf3b9be3d7.tar.xz |
(svn r2054) -CodeChange: Removed an unused enum
-rw-r--r-- | station.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ enum { INVALID_SLOT = 0xFFFF, NUM_SLOTS = 2, ROAD_STOP_LIMIT = 8, - NUM_ROAD_STOPS = 250, }; typedef struct RoadStop { |