equal
deleted
inserted
replaced
1647 |
1647 |
1648 /** Do a save when exiting the game (patch option) _patches.autosave_on_exit */ |
1648 /** Do a save when exiting the game (patch option) _patches.autosave_on_exit */ |
1649 void DoExitSave(void) |
1649 void DoExitSave(void) |
1650 { |
1650 { |
1651 char buf[200]; |
1651 char buf[200]; |
1652 snprintf(buf, sizeof(buf), "%s%sexit.sav", _path.autosave_dir, PATHSEP); |
1652 snprintf(buf, sizeof(buf), "%s%sexit.sav", _paths.autosave_dir, PATHSEP); |
1653 SaveOrLoad(buf, SL_SAVE); |
1653 SaveOrLoad(buf, SL_SAVE); |
1654 } |
1654 } |
1655 |
1655 |
1656 #if 0 |
1656 #if 0 |
1657 /** |
1657 /** |