summaryrefslogtreecommitdiff
path: root/src/ai/ai_info.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2009-01-13 18:26:58 +0000
committertruebrain <truebrain@openttd.org>2009-01-13 18:26:58 +0000
commit2e30efb530e78cf81ec15aa9f36f1a495451bdb8 (patch)
tree813a9cace0e5322ca56a53c8c30b022243bb0d9a /src/ai/ai_info.hpp
parent02bda12599ced659e5e3ff9404ff21f0ca718cd1 (diff)
downloadopenttd-2e30efb530e78cf81ec15aa9f36f1a495451bdb8.tar.xz
(svn r15068) -Add [NoAI]: introducing 'step_size' for AIConfig, for future AIGUI (Yexo)
Diffstat (limited to 'src/ai/ai_info.hpp')
-rw-r--r--src/ai/ai_info.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/ai_info.hpp b/src/ai/ai_info.hpp
index ce48a6f35..71691ae3a 100644
--- a/src/ai/ai_info.hpp
+++ b/src/ai/ai_info.hpp
@@ -24,6 +24,7 @@ struct AIConfigItem {
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.
+ int step_size; //!< The step size in the gui.
AIConfigFlags flags; //!< Flags for the configuration setting.
};