(svn r4324) Remove the unused road stop type attribute from struct RoadStop

This commit is contained in:
tron
2006-04-08 13:50:01 +00:00
parent d3f3f9ff3c
commit a0e471a025
2 changed files with 1 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ typedef struct RoadStop {
uint32 index;
byte num_vehicles;
StationID station;
uint8 type;
struct RoadStop *next;
struct RoadStop *prev;
} RoadStop;