Do a save when exiting the game (_settings_client.gui.autosave_on_exit) */
| 3365 | |
| 3366 | /** Do a save when exiting the game (_settings_client.gui.autosave_on_exit) */ |
| 3367 | void DoExitSave() |
| 3368 | { |
| 3369 | SaveOrLoad("exit.sav", SLO_SAVE, DFT_GAME_FILE, AUTOSAVE_DIR); |
| 3370 | } |
| 3371 | |
| 3372 | /** |
| 3373 | * Get the default name for a savegame *or* screenshot. |
no test coverage detected