mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
fix crashes
This commit is contained in:
parent
04ab5898ef
commit
a8c9fced4c
12 changed files with 65 additions and 59 deletions
|
@ -149,7 +149,7 @@ void new_setup()
|
|||
|
||||
mix_back_sound(256000-16384);
|
||||
memset(&ctl,0,sizeof(ctl));
|
||||
change_click_map(setup,4);
|
||||
change_click_map(setup,countof(setup));
|
||||
set_font(H_FBOLD,SETUP_COL2);
|
||||
default_font=curfont;
|
||||
memcpy(f_default,charcolors,sizeof(f_default));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue