# HG changeset patch # User rubidium # Date 2010-08-08 11:12:34 # Node ID 453492abe792459a530c293427a3bb56468f9de8 # Parent f28325f49ee0f213ba9abe6a65268bc8e7b8be96 (svn r20413) -Fix (r20326): some comments got a bit outdated diff --git a/src/object_type.h b/src/object_type.h --- a/src/object_type.h +++ b/src/object_type.h @@ -7,7 +7,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ -/** @file object_map.h Types related to object tiles. */ +/** @file object_type.h Types related to object tiles. */ #ifndef OBJECT_TYPE_H #define OBJECT_TYPE_H @@ -24,4 +24,4 @@ enum ObjectType { struct ObjectSpec; -#endif /* OBJECT_MAP_H */ +#endif /* OBJECT_TYPE_H */