version 1.65 | | version 1.66 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.65 2002/07/25 06:57:14 mwedel Exp $"; | | * "$Id: spell_util.c,v 1.66 2002/09/07 22:08:07 mwedel Exp $"; |
*/ | | */ |
| | |
| | |
| | |
int spellindex; | | int spellindex; |
int spl; /* the spellpoint level dependency */ | | int spl; /* the spellpoint level dependency */ |
| | |
sprintf(fname,"%s/spell_params",settings.datadir); | | sprintf(fname,"%s/spell_params",settings.confdir); |
if(! (spell_params=fopen(fname,"r"))) | | if(! (spell_params=fopen(fname,"r"))) |
{ | | { |
perror(fname); | | perror(fname); |