mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 18:56:41 -04:00
fix crash while clickmap is used in save dialog
This commit is contained in:
parent
af61d06130
commit
b1d0f252f3
5 changed files with 86 additions and 58 deletions
|
@ -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(¤t_game_slot_list);
|
||||
change_click_map(0,0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue