version 1.71 | | version 1.72 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.71 2006/01/08 16:31:18 akirschbaum Exp $"; | | * "$Id: init.c,v 1.72 2006/01/08 20:52:12 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
FILE *fp; | | FILE *fp; |
| | |
sprintf(buf,"%s/settings",settings.confdir); | | sprintf(buf,"%s/settings",settings.confdir); |
settings.no_player_stealing = TRUE; | | |
| | |
/* We don't require a settings file at current time, but down the road, | | /* We don't require a settings file at current time, but down the road, |
* there will probably be so many values that not having a settings file | | * there will probably be so many values that not having a settings file |