summaryrefslogtreecommitdiff
path: root/src/newgrf_object.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2013-10-17 21:41:59 +0000
committerplanetmaker <planetmaker@openttd.org>2013-10-17 21:41:59 +0000
commitc29ec8edeebf92c353093945aa00741af065cc96 (patch)
tree6a11fe556d82e57cfe00b14ed0c16d786b4e27ac /src/newgrf_object.h
parent8033162bb8f175037ccd0cc6a2219605b6f68f26 (diff)
downloadopenttd-c29ec8edeebf92c353093945aa00741af065cc96.tar.xz
(svn r25877) -Doc: A bit too much c&p in comment
Diffstat (limited to 'src/newgrf_object.h')
-rw-r--r--src/newgrf_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_object.h b/src/newgrf_object.h
index 660ad76aa..55b34e466 100644
--- a/src/newgrf_object.h
+++ b/src/newgrf_object.h
@@ -139,7 +139,7 @@ private:
TownScopeResolver *GetTown();
};
-/** Struct containing information relating to station classes. */
+/** Struct containing information relating to object classes. */
typedef NewGRFClass<ObjectSpec, ObjectClassID, OBJECT_CLASS_MAX> ObjectClass;
/** Mapping of purchase for objects. */