| 813 | } |
| 814 | |
| 815 | void OnPlacePresize([[maybe_unused]] Point pt, TileIndex tile) override |
| 816 | { |
| 817 | Command<CMD_BUILD_TUNNEL>::Do(DoCommandFlag::Auto, tile, TRANSPORT_RAIL, _cur_railtype); |
| 818 | VpSetPresizeRange(tile, _build_tunnel_endtile == 0 ? tile : _build_tunnel_endtile); |
| 819 | } |
| 820 | |
| 821 | EventState OnCTRLStateChange() override |
| 822 | { |
nothing calls this directly
no test coverage detected