| 578 | } |
| 579 | |
| 580 | void CUIMapWnd::Update() |
| 581 | { |
| 582 | if (m_GlobalMap) |
| 583 | m_GlobalMap->SetClipRect(ActiveMapRect()); |
| 584 | inherited::Update(); |
| 585 | m_ActionPlanner->update(); |
| 586 | } |
| 587 | |
| 588 | void CUIMapWnd::SetZoom(float value) |
| 589 | { |
nothing calls this directly
no test coverage detected