summaryrefslogtreecommitdiff
path: root/src/table/settings.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-08-12 01:28:11 +0000
committersmatz <smatz@openttd.org>2009-08-12 01:28:11 +0000
commita29bbb1e1f8d6525746dd31cd5e47159d896cc84 (patch)
tree4c454595c0694c5585b691600bd4aedef69d9983 /src/table/settings.h
parentd58d053438557ec5c4d0f30a2c92713236962376 (diff)
downloadopenttd-a29bbb1e1f8d6525746dd31cd5e47159d896cc84.tar.xz
(svn r17157) -Add: localised decimal separator
Diffstat (limited to 'src/table/settings.h')
-rw-r--r--src/table/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.h b/src/table/settings.h
index c3380cca5..5357db9e8 100644
--- a/src/table/settings.h
+++ b/src/table/settings.h
@@ -512,6 +512,7 @@ const SettingDesc _settings[] = {
SDT_CONDOMANY(GameSettings, locale.units, SLE_UINT8, 97, SL_MAX_VERSION, N, 0, 1, 2, _locale_units, STR_NULL, NULL, NULL),
SDT_CONDSTR(GameSettings, locale.digit_group_separator, SLE_STRQ,118, SL_MAX_VERSION, N, 0, NULL, STR_NULL, NULL),
SDT_CONDSTR(GameSettings, locale.digit_group_separator_currency, SLE_STRQ,118, SL_MAX_VERSION, N, 0, NULL, STR_NULL, NULL),
+ SDT_CONDSTR(GameSettings, locale.digit_decimal_separator, SLE_STRQ,126, SL_MAX_VERSION, N, 0, NULL, STR_NULL, NULL),
/***************************************************************************/
/* Unsaved setting variables. */