From 4c4d1e1bf6c5e6c4678eeb52b263b6119a531fcf Mon Sep 17 00:00:00 2001 From: yexo Date: Fri, 29 Jan 2010 21:38:55 +0000 Subject: (svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running Only settings with the AICONFIG_INGAME flag can be editted in this way --- src/ai/api/ai_info_docs.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_info_docs.hpp') diff --git a/src/ai/api/ai_info_docs.hpp b/src/ai/api/ai_info_docs.hpp index e93ef1e94..c6b43568f 100644 --- a/src/ai/api/ai_info_docs.hpp +++ b/src/ai/api/ai_info_docs.hpp @@ -184,6 +184,7 @@ public: AICONFIG_NONE, //!< Normal setting. AICONFIG_RANDOM, //!< When randomizing the AI, pick any value between min_value and max_value. AICONFIG_BOOLEAN, //!< This value is a boolean (either 0 (false) or 1 (true) ). + AICONFIG_INGAME, //!< This setting can be changed while the AI is running. }; /** -- cgit v1.2.3-54-g00ecf