From 3d1735fcfd5e3158bef0ea82b47b265c464107bb Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 17 Jan 2007 21:14:17 +0000 Subject: (svn r8207) -Fix Remove the write-only attribute RoadStop::station --- src/station.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/station.h') 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); -- cgit v1.2.3-54-g00ecf