summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */