summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-27 20:28:10 +0000
committerrubidium <rubidium@openttd.org>2009-10-27 20:28:10 +0000
commit778f6533ea9932ab79d495b08e625f1ffb6fc23e (patch)
treea8ea5a136a10e439720a277be044d7c5ffa96187 /src/settings_type.h
parent0b5698a5b0ae79bf24ef0bcc220460cbc83e16c0 (diff)
downloadopenttd-778f6533ea9932ab79d495b08e625f1ffb6fc23e.tar.xz
(svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index fb986adf9..1ad632436 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -67,6 +67,7 @@ struct GUISettings {
uint8 window_soft_limit; ///< soft limit of maximum number of non-stickied non-vital windows (0 = no limit)
bool always_build_infrastructure; ///< always allow building of infrastructure, even when you do not have the vehicles for it
byte autosave; ///< how often should we do autosaves?
+ bool threaded_saves; ///< should we do threaded saves?
bool keep_all_autosave; ///< name the autosave in a different way
bool autosave_on_exit; ///< save an autosave when you quit the game, but do not ask "Do you really want to quit?"
uint8 date_format_in_default_names; ///< should the default savegame/screenshot name use long dates (31th Dec 2008), short dates (31-12-2008) or ISO dates (2008-12-31)