(svn r16158) -Codechange: fix the string alignment in all .hpp.sq files

This commit is contained in:
yexo 2009-04-26 12:22:09 +00:00
parent ce171535d1
commit f0bc464b18
8 changed files with 74 additions and 74 deletions

View File

@ -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"; }