| 568 | } |
| 569 | |
| 570 | bool StationRect::IsEmpty() const |
| 571 | { |
| 572 | return this->left == 0 || this->left > this->right || this->top > this->bottom; |
| 573 | } |
| 574 | |
| 575 | CommandCost StationRect::BeforeAddTile(TileIndex tile, StationRectMode mode) |
| 576 | { |
no outgoing calls
no test coverage detected