mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 04:34:51 -04:00
can delete save, do not delete autosave when dead pc
This commit is contained in:
parent
4ea74f3b15
commit
8faba63219
5 changed files with 51 additions and 26 deletions
|
@ -1413,7 +1413,7 @@ void load_map_description(TMPFILE_RD *f);
|
|||
void free_map_description();
|
||||
void wire_save_load(char save);
|
||||
void do_save_dialog();
|
||||
char ask_save_dialog(char *name_buffer, size_t name_size);
|
||||
char ask_save_dialog(char *name_buffer, size_t name_size, char allow_remove);
|
||||
void do_autosave();
|
||||
#define autosave() if (autosave_enabled) do_autosave();
|
||||
extern char autosave_enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue