Notify the industry chain window to stop sending newly selected industries. */
| 654 | |
| 655 | /** Notify the industry chain window to stop sending newly selected industries. */ |
| 656 | static void BreakIndustryChainLink() |
| 657 | { |
| 658 | InvalidateWindowClassesData(WC_INDUSTRY_CARGOES, NUM_INDUSTRYTYPES); |
| 659 | } |
| 660 | |
| 661 | static inline Point SmallmapRemapCoords(int x, int y) |
| 662 | { |
no test coverage detected