summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_testmode.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-01 09:24:19 +0000
committerrubidium <rubidium@openttd.org>2011-05-01 09:24:19 +0000
commit70c7ec30b1c10bc4502a14e45555fff7a310fca4 (patch)
tree2d4cb9bbe8cba6a7eea42d5695a4901edbe316c6 /src/ai/api/ai_testmode.hpp
parentabc235253752a5c182ef0bcc28df7d1d6369d149 (diff)
downloadopenttd-70c7ec30b1c10bc4502a14e45555fff7a310fca4.tar.xz
(svn r22396) -Document: some AI doxygen stuff
Diffstat (limited to 'src/ai/api/ai_testmode.hpp')
-rw-r--r--src/ai/api/ai_testmode.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/api/ai_testmode.hpp b/src/ai/api/ai_testmode.hpp
index a5596727e..c82ce7891 100644
--- a/src/ai/api/ai_testmode.hpp
+++ b/src/ai/api/ai_testmode.hpp
@@ -29,8 +29,8 @@ public:
static const char *GetClassName() { return "AITestMode"; }
private:
- AIModeProc *last_mode;
- AIObject *last_instance;
+ AIModeProc *last_mode; ///< The previous mode we were in.
+ AIObject *last_instance; ///< The previous instace of the mode.
protected:
/**