* Zoom out effect for dogfights. */
| 1996 | * Zoom out effect for dogfights. |
| 1997 | */ |
| 1998 | void GeoscapeState::zoomOutEffect() |
| 1999 | { |
| 2000 | if (_globe->zoomDogfightOut()) |
| 2001 | { |
| 2002 | _zoomOutEffectDone = true; |
| 2003 | _zoomOutEffectTimer->stop(); |
| 2004 | init(); |
| 2005 | } |
| 2006 | } |
| 2007 | |
| 2008 | /** |
| 2009 | * Dogfight logic. Moved here to have the code clean. |
nothing calls this directly
no test coverage detected