mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 20:26:45 -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
|
@ -208,7 +208,7 @@ int load_string_list(TSTR_LIST *list,const char *filename)
|
|||
int i,j,lin=0;
|
||||
FILE *f;
|
||||
|
||||
f=fopen(filename,"r");
|
||||
f=fopen_icase(filename,"r");
|
||||
if (*list==NULL) *list=create_list(256);
|
||||
if (f==NULL) return -1;
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue