Fix station cargo graph window

See: https://github.com/OpenTTD/OpenTTD/pull/10608
This commit is contained in:
Jonathan G Rennison
2023-04-16 18:02:23 +01:00
parent 64b4c095ee
commit 508f503039

View File

@@ -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;