* Redraw the smallmap after a colour scheme change. */
| 160 | * Redraw the smallmap after a colour scheme change. |
| 161 | */ |
| 162 | static void RedrawSmallmap(int32_t) |
| 163 | { |
| 164 | BuildLandLegend(); |
| 165 | BuildOwnerLegend(); |
| 166 | SetWindowClassesDirty(WC_SMALLMAP); |
| 167 | } |
| 168 | |
| 169 | /** Redraw linkgraph links after a colour scheme change. */ |
| 170 | static void UpdateLinkgraphColours(int32_t) |
nothing calls this directly
no test coverage detected