forked from mirror/OpenTTD
(svn r24787) -Fix: Unify checks for editability of settings.
This commit is contained in:
@@ -101,6 +101,8 @@ struct SettingDescBase {
|
||||
struct SettingDesc {
|
||||
SettingDescBase desc; ///< Settings structure (going to configuration file)
|
||||
SaveLoad save; ///< Internal structure (going to savegame, parts to config)
|
||||
|
||||
bool IsEditable(bool do_command = false) const;
|
||||
};
|
||||
|
||||
/* NOTE: The only difference between SettingDesc and SettingDescGlob is
|
||||
|
Reference in New Issue
Block a user