diff options
Diffstat (limited to 'src/ai/ai_config.hpp')
-rw-r--r-- | src/ai/ai_config.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ai/ai_config.hpp b/src/ai/ai_config.hpp index 90c52b563..d56a09bbc 100644 --- a/src/ai/ai_config.hpp +++ b/src/ai/ai_config.hpp @@ -64,6 +64,11 @@ public: void SetSetting(const char *name, int value); /** + * Randomize all settings the AI requested to be randomized. + */ + void AddRandomDeviation(); + + /** * Is this config attached to an AI? */ bool HasAI(); |