* Zooms the globe minimum. * @param action Pointer to an action. */
| 1976 | * @param action Pointer to an action. |
| 1977 | */ |
| 1978 | void GeoscapeState::btnZoomOutRightClick(Action *) |
| 1979 | { |
| 1980 | _globe->zoomMin(); |
| 1981 | } |
| 1982 | |
| 1983 | /** |
| 1984 | * Zoom in effect for dogfights. |