mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 13:15:16 -04:00
you can now visit caredbar!
This commit is contained in:
parent
bf59962724
commit
3b903e2b52
55 changed files with 953 additions and 1428 deletions
|
@ -36,7 +36,7 @@ char global_name[256];
|
|||
void init(char *filename )
|
||||
{
|
||||
pgm=program;
|
||||
source=fopen(filename,"r");
|
||||
source=fopen_icase(filename,"r");
|
||||
cur_spell=0;
|
||||
if (source==NULL)
|
||||
{
|
||||
|
@ -116,7 +116,7 @@ int build_tables()
|
|||
|
||||
void save_tab(char *name)
|
||||
{
|
||||
target=fopen(name,"wb");
|
||||
target=fopen_icase(name,"wb");
|
||||
if (target==NULL)
|
||||
{
|
||||
printf("SAVE: Chyba pri ukladani souboru %s \n",name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue