(svn r8449) -Fix

-Codechange: Remove the superfluous attribute RoadStop::prev
This commit is contained in:
tron
2007-01-28 21:54:40 +00:00
parent 39a50e3723
commit e3b63e6d83
3 changed files with 19 additions and 28 deletions

View File

@@ -51,7 +51,6 @@ struct RoadStop {
byte status; ///< Current status of the Stop. Like which spot is taken. TODO - enumify this
byte num_vehicles; ///< Number of vehicles currently slotted to this stop
struct RoadStop *next; ///< Next stop of the given type at this station
struct RoadStop *prev; ///< Previous stop of the given type at this station
RoadStop(TileIndex tile);
~RoadStop();