Changeset - r27978:bcbbe240aea5
[Not reviewed]
master
0 1 0
frosch - 7 months ago 2023-10-01 12:15:05
frosch@openttd.org
Fix: Upgrading NewGRF presets could result in incomplete display of NewGRF parameters until restart.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_config.cpp
Show inline comments
 
@@ -73,7 +73,6 @@ GRFConfig::GRFConfig(const GRFConfig &co
 
void GRFConfig::CopyParams(const GRFConfig &src)
 
{
 
	this->num_params = src.num_params;
 
	this->num_valid_params = src.num_valid_params;
 
	this->param = src.param;
 
}
 

	
0 comments (0 inline, 0 general)