* Open a link graph legend window. */
| 540 | * Open a link graph legend window. |
| 541 | */ |
| 542 | void ShowLinkGraphLegend() |
| 543 | { |
| 544 | AllocateWindowDescFront<LinkGraphLegendWindow>(_linkgraph_legend_desc, 0); |
| 545 | } |
| 546 | |
| 547 | LinkGraphLegendWindow::LinkGraphLegendWindow(WindowDesc &desc, int window_number) : Window(desc), num_cargo(_sorted_cargo_specs.size()) |
| 548 | { |