| 278 | } |
| 279 | |
| 280 | bool IsNewGRFInspectable() const override |
| 281 | { |
| 282 | return ::IsNewGRFInspectable(GetGrfSpecFeature(this->tile), this->tile.base()); |
| 283 | } |
| 284 | |
| 285 | void ShowNewGRFInspectWindow() const override |
| 286 | { |
nothing calls this directly
no test coverage detected