| 709 | } |
| 710 | |
| 711 | void TriggerHouseRandomisation(TileIndex t, HouseRandomTrigger trigger) |
| 712 | { |
| 713 | DoTriggerHouseRandomisation(t, trigger, 0, true); |
| 714 | } |
| 715 | |
| 716 | /** |
| 717 | * Run the watched cargo accepted callback for a single house tile. |
no test coverage detected