(svn r22626) -Fix [FS#4622]: Also initialise _old_vds with newgame settings; TTD savegames do not contain these settings.

This commit is contained in:
frosch
2011-07-03 10:59:25 +00:00
parent 9c015d369e
commit d29def43b0
3 changed files with 6 additions and 2 deletions

View File

@@ -93,6 +93,4 @@ bool SetSettingValue(uint index, int32 value, bool force_newgame = false);
bool SetSettingValue(uint index, const char *value, bool force_newgame = false);
void SetCompanySetting(uint index, int32 value);
extern VehicleDefaultSettings _old_vds;
#endif /* SETTINGS_INTERNAL_H */