diff -r b2cc6f31363c -r 5f26f4bc574b src/ai/api/ai_settings.hpp --- a/src/ai/api/ai_settings.hpp Sun Mar 25 15:22:56 2007 +0000 +++ b/src/ai/api/ai_settings.hpp Sun Mar 25 16:10:40 2007 +0000 @@ -13,6 +13,11 @@ class AISettings : public AIObject { public: /** + * The name of the class, needed by several sub-processes. + */ + static const char *GetClassName() { return "AISettings"; } + + /** * Change the minimum amount of time the AI should be put in suspend mode * when you execute a command. Normally in SP this is 1, and in MP it is * what ever delay the server has been programmed to delay commands