(svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though

This commit is contained in:
rubidium
2009-10-27 20:28:10 +00:00
parent 0b5698a5b0
commit 778f6533ea
3 changed files with 3 additions and 1 deletions

View File

@@ -525,6 +525,7 @@ const SettingDesc _settings[] = {
/***************************************************************************/
/* Unsaved setting variables. */
SDTC_OMANY(gui.autosave, SLE_UINT8, S, 0, 1, 4, _autosave_interval, STR_NULL, NULL),
SDTC_BOOL(gui.threaded_saves, S, 0, true, STR_NULL, NULL),
SDTC_OMANY(gui.date_format_in_default_names,SLE_UINT8,S,MS, 0, 2, _savegame_date, STR_CONFIG_SETTING_DATE_FORMAT_IN_SAVE_NAMES, NULL),
SDTC_BOOL(gui.vehicle_speed, S, 0, true, STR_CONFIG_SETTING_VEHICLESPEED, NULL),
SDTC_BOOL(gui.status_long_date, S, 0, true, STR_CONFIG_SETTING_LONGDATE, NULL),