summaryrefslogtreecommitdiff
path: root/src/object_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-08 11:12:34 +0000
committerrubidium <rubidium@openttd.org>2010-08-08 11:12:34 +0000
commit7362ff44095c1d7362c12cdc0590ad1a38817d86 (patch)
tree2462dc2886aff67287a16f3b6d092081ed454a6b /src/object_type.h
parente1e8e245a0aea0155a5a96ab16b3a8eca3d7fa85 (diff)
downloadopenttd-7362ff44095c1d7362c12cdc0590ad1a38817d86.tar.xz
(svn r20413) -Fix (r20326): some comments got a bit outdated
Diffstat (limited to 'src/object_type.h')
-rw-r--r--src/object_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object_type.h b/src/object_type.h
index 54dbec1d4..3a801960d 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 <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 @@ enum ObjectType {
struct ObjectSpec;
-#endif /* OBJECT_MAP_H */
+#endif /* OBJECT_TYPE_H */