* Gives the substitute of the entity, as specified by the grf file * @param entity_id of the entity being queried * @return mapped id */
| 148 | * @return mapped id |
| 149 | */ |
| 150 | uint16_t OverrideManagerBase::GetSubstituteID(uint16_t entity_id) const |
| 151 | { |
| 152 | return this->mappings[entity_id].substitute_id; |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * Install the specs into the HouseSpecs array |
no outgoing calls
no test coverage detected