(svn r16444) -Codechange: Set all company settings to their default value for a new company instead of zeroing them.

This commit is contained in:
yexo
2009-05-26 23:14:02 +00:00
parent 118d444be2
commit d982ec81df
4 changed files with 16 additions and 6 deletions

View File

@@ -27,5 +27,6 @@ void DeleteGRFPresetFromConfig(const char *config_name);
uint GetCompanySettingIndex(const char *name);
void SyncCompanySettings();
void SetDefaultCompanySettings(CompanyID cid);
#endif /* SETTINGS_FUNC_H */