| 540 | ); |
| 541 | |
| 542 | void OpenGRFParameterWindow(bool is_baseset, GRFConfig &c, bool editable) |
| 543 | { |
| 544 | CloseWindowByClass(WC_GRF_PARAMETERS); |
| 545 | new NewGRFParametersWindow(_newgrf_parameters_desc, is_baseset, c, editable); |
| 546 | } |
| 547 | |
| 548 | /** Window for displaying the textfile of a NewGRF. */ |
| 549 | struct NewGRFTextfileWindow : public TextfileWindow { |
no test coverage detected