version 1.59 | | version 1.60 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.59 2005/04/15 00:41:34 cavesomething Exp $"; | | * "$Id: init.c,v 1.60 2005/04/17 04:25:55 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
init_archetypes(); /* If not called before, reads all archetypes from file */ | | init_archetypes(); /* If not called before, reads all archetypes from file */ |
init_artifacts(); /* If not called before, reads all artifacts from file */ | | init_artifacts(); /* If not called before, reads all artifacts from file */ |
init_spells(); /* If not called before, links archtypes used by spells */ | | init_spells(); /* If not called before, links archtypes used by spells */ |
init_regions(); /* /* If not called before, reads all regions from file */ | | init_regions(); /* If not called before, reads all regions from file */ |
init_archetype_pointers(); /* Setup global pointers to archetypes */ | | init_archetype_pointers(); /* Setup global pointers to archetypes */ |
init_races(); /* overwrite race designations using entries in lib/races file */ | | init_races(); /* overwrite race designations using entries in lib/races file */ |
init_gods(); /* init linked list of gods from archs*/ | | init_gods(); /* init linked list of gods from archs*/ |