* Changes the current longitude of the Geoscape globe. * @param lon Longitude. */
| 653 | * @param lon Longitude. |
| 654 | */ |
| 655 | void SavedGame::setGlobeLongitude(double lon) |
| 656 | { |
| 657 | _globeLon = lon; |
| 658 | } |
| 659 | |
| 660 | /** |
| 661 | * Returns the current latitude of the Geoscape globe. |