summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-03 00:58:59 +0000
committerrubidium <rubidium@openttd.org>2009-01-03 00:58:59 +0000
commit4c1c6cd8e864ec22319f8f1d7e683a3b9ec0cb7c (patch)
tree9607ee17b88433bd8c52525be29f9105ea278417 /src/settings_type.h
parent761a3037c376fcc649cab4497f5698e8660eade0 (diff)
downloadopenttd-4c1c6cd8e864ec22319f8f1d7e683a3b9ec0cb7c.tar.xz
(svn r14792) -Feature: make the date format for default savegame/screenshot names configurable
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 1414f5537..3cb58e960 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -61,6 +61,7 @@ struct GUISettings {
byte autosave; ///< how often should we do autosaves?
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)
byte max_num_autosaves; ///< controls how many autosavegames are made before the game starts to overwrite (names them 0 to max_num_autosaves - 1)
bool population_in_label; ///< show the population of a town in his label?
uint8 right_mouse_btn_emulation; ///< should we emulate right mouse clicking?