summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_map.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-04-26 12:22:09 +0000
committeryexo <yexo@openttd.org>2009-04-26 12:22:09 +0000
commitf0bc464b184ff77e0a3ce84fac91f047ba06db0a (patch)
tree87649ec8d2f24a3462522bb2bca40d1e98f272b1 /src/ai/api/ai_map.hpp
parentce171535d19aaa0aac7397845dadfd358f952b07 (diff)
downloadopenttd-f0bc464b184ff77e0a3ce84fac91f047ba06db0a.tar.xz
(svn r16158) -Codechange: fix the string alignment in all .hpp.sq files
Diffstat (limited to 'src/ai/api/ai_map.hpp')
-rw-r--r--src/ai/api/ai_map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_map.hpp b/src/ai/api/ai_map.hpp
index 160da9849..02514a214 100644
--- a/src/ai/api/ai_map.hpp
+++ b/src/ai/api/ai_map.hpp
@@ -19,7 +19,7 @@ public:
#endif /* DEFINE_SCRIPT_FILES */
#ifdef DOXYGEN_SKIP
const static TileIndex TILE_INVALID; //!< Invalid TileIndex.
-#endif
+#endif /* DOXYGEN_SKIP */
static const char *GetClassName() { return "AIMap"; }