File diff r22934:0a8259209a75 → r22935:dd88c75e2001
src/saveload/company_sl.cpp
Show inline comments
 
@@ -498,7 +498,6 @@ static void Check_PLYR()
 
	int index;
 
	while ((index = SlIterateArray()) != -1) {
 
		CompanyProperties *cprops = new CompanyProperties();
 
		memset(cprops, 0, sizeof(*cprops));
 
		SaveLoad_PLYR_common(NULL, cprops);
 

	
 
		/* We do not load old custom names */