| 817 | } |
| 818 | |
| 819 | void OnPlacePresize([[maybe_unused]] Point pt, TileIndex tile) override |
| 820 | { |
| 821 | Command<CMD_BUILD_TUNNEL>::Do(DoCommandFlag::Auto, tile, TRANSPORT_ROAD, _cur_roadtype); |
| 822 | VpSetPresizeRange(tile, _build_tunnel_endtile == 0 ? tile : _build_tunnel_endtile); |
| 823 | } |
| 824 | |
| 825 | EventState OnCTRLStateChange() override |
| 826 | { |
nothing calls this directly
no test coverage detected