version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.14 2001/05/09 06:58:12 mwedel Exp $"; | | * "$Id: init.c,v 1.15 2001/05/29 04:41:53 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#ifdef ALCHEMY | | #ifdef ALCHEMY |
init_formulae(); /* If not called before, reads formulae from file */ | | init_formulae(); /* If not called before, reads formulae from file */ |
#endif | | #endif |
#ifdef ALLOW_SKILLS | | |
init_new_exp_system(); /* If not called before, inits experience system */ | | init_new_exp_system(); /* If not called before, inits experience system */ |
#endif | | |
#ifdef DUMP_SWITCHES | | #ifdef DUMP_SWITCHES |
switch(settings.dumpvalues) { | | switch(settings.dumpvalues) { |
case 1: | | case 1: |