* Returns the current longitude of the Geoscape globe. * @return Longitude. */
| 644 | * @return Longitude. |
| 645 | */ |
| 646 | double SavedGame::getGlobeLongitude() const |
| 647 | { |
| 648 | return _globeLon; |
| 649 | } |
| 650 | |
| 651 | /** |
| 652 | * Changes the current longitude of the Geoscape globe. |