Add station cargo history
This commit is contained in:
@@ -27,6 +27,9 @@ struct Waypoint;
|
||||
static const StationID NEW_STATION = 0xFFFE;
|
||||
static const StationID INVALID_STATION = 0xFFFF;
|
||||
|
||||
static const uint MAX_STATION_CARGO_HISTORY_DAYS = 24;
|
||||
static const uint STATION_CARGO_HISTORY_FACTOR = 25;
|
||||
|
||||
typedef SmallStack<StationID, StationID, INVALID_STATION, 8, 0xFFFD> StationIDStack;
|
||||
|
||||
/** Station types */
|
||||
|
||||
Reference in New Issue
Block a user