summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index 8e8e52a62..312ca59d5 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -527,6 +527,16 @@ uint32 Waypoint::GetNewGRFVariable(const ResolverObject &object, byte variable,
return group->loading[0];
}
+GrfSpecFeature StationResolverObject::GetFeature() const
+{
+ return GSF_STATIONS;
+}
+
+uint32 StationResolverObject::GetDebugID() const
+{
+ return this->station_scope.statspec->grf_prop.local_id;
+}
+
/**
* Resolver for stations.
* @param statspec Station (type) specification.