| 1320 | } |
| 1321 | |
| 1322 | void OnPlaceObject([[maybe_unused]] Point pt, TileIndex tile) override |
| 1323 | { |
| 1324 | this->ExecuteFoundTownCommand(tile, false, STR_ERROR_CAN_T_FOUND_TOWN_HERE, CcFoundTown); |
| 1325 | } |
| 1326 | |
| 1327 | void OnPlaceObjectAbort() override |
| 1328 | { |
nothing calls this directly
no test coverage detected