| 2607 | } |
| 2608 | |
| 2609 | void ClearAllIndustryCachedNames() |
| 2610 | { |
| 2611 | for (Industry *ind : Industry::Iterate()) { |
| 2612 | ind->cached_name.clear(); |
| 2613 | } |
| 2614 | } |
| 2615 | |
| 2616 | /** |
| 2617 | * Set the #probability and #min_number fields for the industry type \a it for a running game. |
no test coverage detected