forked from mirror/OpenTTD
(svn r15063) -Fix [NoAI]: starting companies now listen correctly to 'start_date' set to the AI slot (Yexo)
-Add [NoAI]: add a 'deviation' value for all settings, giving a slight deviation of the value of a setting (Yexo)
This commit is contained in:
@@ -23,6 +23,7 @@ struct AIConfigItem {
|
||||
int easy_value; //!< The default value on easy difficulty setting.
|
||||
int medium_value; //!< The default value on medium difficulty setting.
|
||||
int hard_value; //!< The default value on hard difficulty setting.
|
||||
int random_deviation; //!< The maximum random deviation from the default value.
|
||||
AIConfigFlags flags; //!< Flags for the configuration setting.
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user