doubleclicks, old savegame ui

This commit is contained in:
Ondřej Novák 2025-03-01 19:53:54 +01:00
parent fed5a04323
commit 1e7bbcb245
12 changed files with 334 additions and 155 deletions

View file

@ -339,12 +339,7 @@ char clk_saveload(int id,int xa,int ya,int xr,int yr)
if (cur_mode==MD_ANOTHER_MAP) unwire_proc(),wire_proc();
unwire_proc();
cancel_render=1;
if (id == 1) {
do_save_dialog();
wire_proc();
} else {
wire_save_load(id);
}
wire_save_load(id);
return 1;
}