* Changes the current latitude of the Geoscape globe. * @param lat Latitude. */
| 671 | * @param lat Latitude. |
| 672 | */ |
| 673 | void SavedGame::setGlobeLatitude(double lat) |
| 674 | { |
| 675 | _globeLat = lat; |
| 676 | } |
| 677 | |
| 678 | /** |
| 679 | * Returns the current zoom level of the Geoscape globe. |