1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

Fix: Upgrading NewGRF presets could result in incomplete display of NewGRF parameters until restart.

This commit is contained in:
frosch
2023-10-01 14:15:05 +02:00
committed by frosch
parent c84219a42e
commit d75a5e1a9a

View File

@@ -73,7 +73,6 @@ GRFConfig::GRFConfig(const GRFConfig &config) :
void GRFConfig::CopyParams(const GRFConfig &src)
{
this->num_params = src.num_params;
this->num_valid_params = src.num_valid_params;
this->param = src.param;
}