(svn r24210) -Feature: Split the renew-months setting text in two string values (one before life time and one after).

This commit is contained in:
alberth
2012-05-06 15:03:45 +00:00
parent 8c585e5ad6
commit 88224d001d
4 changed files with 9 additions and 2 deletions

View File

@@ -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