MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / BreakIndustryChainLink

Method BreakIndustryChainLink

src/smallmap_gui.cpp:656–659  ·  view source on GitHub ↗

Notify the industry chain window to stop sending newly selected industries. */

Source from the content-addressed store, hash-verified

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 {

Callers 4

SelectLegendItemMethod · 0.95
SwitchMapTypeMethod · 0.95
CloseMethod · 0.95
OnClickMethod · 0.95

Calls 1

Tested by

no test coverage detected