fix crash while clickmap is used in save dialog

This commit is contained in:
Ondrej Novak 2025-04-22 19:53:51 +02:00
parent af61d06130
commit b1d0f252f3
5 changed files with 86 additions and 58 deletions

View file

@ -1744,6 +1744,7 @@ void unwire_save_load(void)
send_message(E_DONE,E_KEYBOARD,saveload_keyboard);
send_message(E_DONE,E_KEYBOARD,saveload_keyboard_menu);
free_savegame_list(&current_game_slot_list);
change_click_map(0,0);
}