mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +00:00
(svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice
This commit is contained in:
parent
a608fbaf7f
commit
37ce32106d
@ -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"; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user