Merge branch 'master' into jgrpp
# Conflicts: # src/console_cmds.cpp # src/date.cpp # src/economy.cpp # src/misc.cpp # src/newgrf_house.cpp
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user