diff options
-rw-r--r-- | src/graph_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index 9d84eecda..3392fabc1 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -686,7 +686,7 @@ struct PaymentRatesGraphWindow : BaseGraphWindow { this->colors[i] = cs->legend_colour; for (uint j = 0; j != 20; j++) { - this->cost[i][j] = GetTransportedGoodsIncome(10, 20, j * 6 + 6, c); + this->cost[i][j] = GetTransportedGoodsIncome(10, 20, j * 4 + 4, c); } i++; |