| 4702 | } |
| 4703 | |
| 4704 | void BattleView::zoomAt(Vec3<int> location) |
| 4705 | { |
| 4706 | setScreenCenterTile(location); |
| 4707 | setZLevel(location.z + 1); |
| 4708 | updateLayerButtons(); |
| 4709 | } |
| 4710 | |
| 4711 | void BattleView::zoomLastEvent() |
| 4712 | { |
no outgoing calls
no test coverage detected