diff options
author | smatz <smatz@openttd.org> | 2009-12-20 00:53:22 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-12-20 00:53:22 +0000 |
commit | 37ce32106de909c6da1e60fd3fdff5deda8d0e41 (patch) | |
tree | 24c4a70ffae3a35167219e2707a6a9d8fda78477 /src | |
parent | a608fbaf7ffb487444b2e029bb7677af8e172699 (diff) | |
download | openttd-37ce32106de909c6da1e60fd3fdff5deda8d0e41.tar.xz |
(svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice
Diffstat (limited to 'src')
-rw-r--r-- | src/ai/api/ai_map.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ai/api/ai_map.hpp b/src/ai/api/ai_map.hpp index 59c102056..66fa4f54e 100644 --- a/src/ai/api/ai_map.hpp +++ b/src/ai/api/ai_map.hpp @@ -21,9 +21,6 @@ class AIMap : public AIObject { public: static const int TILE_INVALID = (int)INVALID_TILE; //!< Invalid TileIndex. -#ifdef DOXYGEN_SKIP - const static TileIndex TILE_INVALID; //!< Invalid TileIndex. -#endif /* DOXYGEN_SKIP */ static const char *GetClassName() { return "AIMap"; } |