From 7362ff44095c1d7362c12cdc0590ad1a38817d86 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Aug 2010 11:12:34 +0000 Subject: [PATCH] (svn r20413) -Fix (r20326): some comments got a bit outdated --- src/object_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/object_type.h b/src/object_type.h index 54dbec1d46..3a801960da 100644 --- 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 */