mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
Fix: Upgrading NewGRF presets could result in incomplete display of NewGRF parameters until restart.
This commit is contained in:
parent
c84219a42e
commit
d75a5e1a9a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user