(svn r14809) -Fix (r14802): forgotten !
This commit is contained in:
		@@ -1855,7 +1855,7 @@ void GenerateDefaultSaveName(char *buf, const char *last)
 | 
				
			|||||||
	SetDParam(2, _date);
 | 
						SetDParam(2, _date);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Get the correct string (special string for when there's not company) */
 | 
						/* Get the correct string (special string for when there's not company) */
 | 
				
			||||||
	GetString(buf, IsValidCompanyID(cid) ? STR_GAME_SAVELOAD_SPECTATOR_SAVEGAME : STR_4004, last);
 | 
						GetString(buf, !IsValidCompanyID(cid) ? STR_GAME_SAVELOAD_SPECTATOR_SAVEGAME : STR_4004, last);
 | 
				
			||||||
	SanitizeFilename(buf);
 | 
						SanitizeFilename(buf);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user