Use upstream table chunk format for PATS
This commit is contained in:
@@ -41,7 +41,7 @@ enum SettingFlag : uint32 {
|
||||
SF_GUI_ADVISE_DEFAULT = 1 << 19, ///< Advise the user to leave this setting at its default value
|
||||
SF_ENUM_PRE_CB_VALIDATE = 1 << 20, ///< Call the pre_check callback for enum incoming value validation
|
||||
SF_CONVERT_BOOL_TO_INT = 1 << 21, ///< Accept a boolean value when loading an int-type setting from the config file
|
||||
SF_ENABLE_UPSTREAM_LOAD = 1 << 22, ///< Enable loading from upstream mode savegames even when patx_name is set
|
||||
SF_ENABLE_TABLE_PATS = 1 << 22, ///< Enable saving/loading from table mode PATS chunks even when patx_name is set
|
||||
SF_PRIVATE = 1 << 23, ///< Setting is in private ini
|
||||
SF_SECRET = 1 << 24, ///< Setting is in secrets ini
|
||||
};
|
||||
|
Reference in New Issue
Block a user