changeset 10054 | 69258fa808b7 |
parent 9865 | 31f95a144fb9 |
child 10207 | c291a21b304e |
10053:4df9e8656293 | 10054:69258fa808b7 |
---|---|
684 y += 8; |
684 y += 8; |
685 } |
685 } |
686 |
686 |
687 this->colors[i] = cs->legend_colour; |
687 this->colors[i] = cs->legend_colour; |
688 for (uint j = 0; j != 20; j++) { |
688 for (uint j = 0; j != 20; j++) { |
689 this->cost[i][j] = GetTransportedGoodsIncome(10, 20, j * 6 + 6, c); |
689 this->cost[i][j] = GetTransportedGoodsIncome(10, 20, j * 4 + 4, c); |
690 } |
690 } |
691 |
691 |
692 i++; |
692 i++; |
693 } |
693 } |
694 this->num_dataset = i; |
694 this->num_dataset = i; |