Change: Decouple and remove landscape-dependent cargo types. (#11719)
Cargo types of default engines, industries and houses are now specified in terms of label.
This commit is contained in:
@@ -30,7 +30,7 @@ GrfSpecFeature CargoResolverObject::GetFeature() const
|
||||
|
||||
uint32_t CargoResolverObject::GetDebugID() const
|
||||
{
|
||||
return this->cargospec->label;
|
||||
return this->cargospec->label.base();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user