mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 18:31:52 -04:00
map descriptions was not stored into saved state during show map: #4
This commit is contained in:
parent
d6ecea9121
commit
f495364ed8
3 changed files with 13 additions and 1 deletions
|
@ -1402,7 +1402,7 @@ void destroy_all_fly();
|
|||
void stop_fly(LETICI_VEC *p,char zvuk);
|
||||
void herni_cas(char *s);
|
||||
|
||||
|
||||
typedef char **TSTR_LIST;
|
||||
|
||||
//gamesaver
|
||||
void leave_current_map(void);
|
||||
|
@ -1415,6 +1415,7 @@ int save_game(long game_time,char *gamename, char is_autosave);
|
|||
void save_map_description(TMPFILE_WR *f);
|
||||
void load_map_description(TMPFILE_RD *f);
|
||||
void free_map_description();
|
||||
TSTR_LIST swap_map_description(TSTR_LIST new_list);
|
||||
void wire_save_load(char save);
|
||||
void do_save_dialog();
|
||||
char ask_save_dialog(char *name_buffer, size_t name_size, char allow_remove);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue