summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/station.h b/src/station.h
index d7f6246f6..7d0ec21fa 100644
--- a/src/station.h
+++ b/src/station.h
@@ -50,13 +50,12 @@ typedef struct RoadStop {
byte status;
RoadStopID index;
byte num_vehicles;
- StationID station;
struct RoadStop *next;
struct RoadStop *prev;
static const int cDebugCtorLevel = 3;
- RoadStop(TileIndex tile, StationID index);
+ RoadStop(TileIndex tile);
~RoadStop();
void *operator new (size_t size);