diff --git a/station.h b/station.h index dafe5ef09f..6b144df156 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 {