diff options
Diffstat (limited to 'station.h')
-rw-r--r-- | station.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ typedef struct RoadStop { uint32 index; byte num_vehicles; StationID station; - uint8 type; struct RoadStop *next; struct RoadStop *prev; } RoadStop; |