summaryrefslogtreecommitdiff
path: root/src/settings_internal.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-05-06 15:03:45 +0000
committeralberth <alberth@openttd.org>2012-05-06 15:03:45 +0000
commit88224d001d640eb6bf3f4a0215a63b44dbe34cb9 (patch)
tree028e041d1c21c3271c45fc37e90eeb70b949d841 /src/settings_internal.h
parent8c585e5ad6d0d115c48fbc4f11a5a70f9f997f24 (diff)
downloadopenttd-88224d001d640eb6bf3f4a0215a63b44dbe34cb9.tar.xz
(svn r24210) -Feature: Split the renew-months setting text in two string values (one before life time and one after).
Diffstat (limited to 'src/settings_internal.h')
-rw-r--r--src/settings_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_internal.h b/src/settings_internal.h
index 587366f3d..b4f87f819 100644
--- a/src/settings_internal.h
+++ b/src/settings_internal.h
@@ -40,6 +40,7 @@ enum SettingGuiFlagLong {
* Flags directing saving/loading of a variable */
SGF_NONE = 0,
SGF_0ISDISABLED = 1 << 0, ///< a value of zero means the feature is disabled
+ SGF_DISPLAY_ABS = 1 << 1, ///< display absolute value of the setting
SGF_MULTISTRING = 1 << 2, ///< the value represents a limited number of string-options (internally integer)
SGF_NETWORK_ONLY = 1 << 3, ///< this setting only applies to network games
SGF_CURRENCY = 1 << 4, ///< the number represents money, so when reading value multiply by exchange rate