| 3393 | } |
| 3394 | |
| 3395 | bool IsNewGRFInspectable() const override |
| 3396 | { |
| 3397 | return ::IsNewGRFInspectable(GetGrfSpecFeature(Vehicle::Get(this->window_number)->type), this->window_number); |
| 3398 | } |
| 3399 | |
| 3400 | void ShowNewGRFInspectWindow() const override |
| 3401 | { |
nothing calls this directly
no test coverage detected