Home
last modified time | relevance | path

Searched refs:_smallmap_industry_highlight (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dsmallmap_gui.cpp160 static IndustryType _smallmap_industry_highlight = INVALID_INDUSTRYTYPE; variable
775 if (type == _smallmap_industry_highlight) { in GetTileColours()
1077 _smallmap_industry_highlight = INVALID_INDUSTRYTYPE; in SmallMapWindow()
1267 if (tbl->show_on_map && tbl->type == _smallmap_industry_highlight) { in DrawWidget()
1417 if (new_highlight != _smallmap_industry_highlight) { in OnMouseOver()
1418 _smallmap_industry_highlight = new_highlight; in OnMouseOver()
1419 …this->refresh.SetInterval(_smallmap_industry_highlight != INVALID_INDUSTRYTYPE ? BLINK_PERIOD : FO… in OnMouseOver()
1606 …this->refresh.SetInterval(_smallmap_industry_highlight != INVALID_INDUSTRYTYPE ? BLINK_PERIOD : FO… in OnRealtimeTick()