| 167 | } |
| 168 | |
| 169 | void OnPlaceMouseUp([[maybe_unused]] ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, [[maybe_unused]] Point pt, TileIndex start_tile, TileIndex end_tile) override |
| 170 | { |
| 171 | if (pt.x != -1 && select_proc == DDSP_DEMOLISH_AREA) { |
| 172 | GUIPlaceProcDragXY(select_proc, start_tile, end_tile); |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | void OnPlaceObjectAbort() override |
| 177 | { |
nothing calls this directly
no test coverage detected