mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 06:00:33 -04:00
windows release build, fix book crash, fix lock, fix finale
This commit is contained in:
parent
3d8ee275e4
commit
d13297e4f4
24 changed files with 158 additions and 63 deletions
|
@ -78,7 +78,7 @@ int build_tables()
|
|||
case 128:while (fgetc(source)!='\n');
|
||||
fgetc(source);
|
||||
i=fscanf(source,"%[^\n]",global_name);
|
||||
strcopy_n(kouzla_tab[cur_spell].spellname,global_name,29);
|
||||
strcopy_n(kouzla_tab[cur_spell].spellname,global_name,sizeof(kouzla_tab[cur_spell].spellname));
|
||||
printf("(%3d, 0x%05X) %s\n",cur_spell, kouzla_tab[cur_spell].start,global_name);
|
||||
break;
|
||||
case 129:add_prog_command(0xff);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue