| 56 | } |
| 57 | |
| 58 | void GRFConfig::SetParams(std::span<const uint32_t> pars) |
| 59 | { |
| 60 | this->param.assign(std::begin(pars), std::end(pars)); |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Return whether this NewGRF can replace an older version of the same NewGRF. |
no test coverage detected