changeset 15746:266f4f350e6c draft

(svn r20413) -Fix (r20326): some comments got a bit outdated
author rubidium <rubidium@openttd.org>
date Sun, 08 Aug 2010 11:12:34 +0000
parents 9b49afb33feb
children 1bfed1663ec4
files src/object_type.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>.
  */
 
-/** @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 @@
 
 struct ObjectSpec;
 
-#endif /* OBJECT_MAP_H */
+#endif /* OBJECT_TYPE_H */