diff options
author | planetmaker <planetmaker@openttd.org> | 2013-10-17 21:41:59 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2013-10-17 21:41:59 +0000 |
commit | c29ec8edeebf92c353093945aa00741af065cc96 (patch) | |
tree | 6a11fe556d82e57cfe00b14ed0c16d786b4e27ac /src | |
parent | 8033162bb8f175037ccd0cc6a2219605b6f68f26 (diff) | |
download | openttd-c29ec8edeebf92c353093945aa00741af065cc96.tar.xz |
(svn r25877) -Doc: A bit too much c&p in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf_object.h | 2 |
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. */ |