Fix station cargo graph window

See: https://github.com/OpenTTD/OpenTTD/pull/10608
pull/510/head
Jonathan G Rennison 1 year ago
parent 64b4c095ee
commit 508f503039

@ -1480,7 +1480,7 @@ struct StationCargoGraphWindow final : BaseGraphWindow {
this->num_on_x_axis = MAX_STATION_CARGO_HISTORY_DAYS; // Four weeks
this->num_vert_lines = MAX_STATION_CARGO_HISTORY_DAYS;
this->month = 0xFF;
this->draw_dates = false;
this->x_values_start = 2;
this->x_values_increment = 2;

Loading…
Cancel
Save