Force a full refresh of the map. */
| 1440 | |
| 1441 | /** Force a full refresh of the map. */ |
| 1442 | void ForceRefresh() |
| 1443 | { |
| 1444 | if (_smallmap_industry_highlight != IT_INVALID) return; |
| 1445 | |
| 1446 | this->UpdateLinks(); |
| 1447 | this->SetDirty(); |
| 1448 | } |
| 1449 | |
| 1450 | public: |
| 1451 | friend class NWidgetSmallmapDisplay; |
nothing calls this directly
no test coverage detected