* Changes the current zoom level of the Geoscape globe. * @param zoom Zoom level. */
| 689 | * @param zoom Zoom level. |
| 690 | */ |
| 691 | void SavedGame::setGlobeZoom(int zoom) |
| 692 | { |
| 693 | _globeZoom = zoom; |
| 694 | } |
| 695 | |
| 696 | /** |
| 697 | * Gives the player his monthly funds, taking in account |