version 1.22 | | version 1.23 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.22 2002/01/01 23:37:54 garbled Exp $"; | | * "$Id: init.c,v 1.23 2002/03/03 20:05:58 avogl Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* set_init_blocksview_players(init_blocksview_players); */ | | /* set_init_blocksview_players(init_blocksview_players); */ |
set_info_map(new_info_map); | | set_info_map(new_info_map); |
set_set_darkness_map(set_darkness_map); | | set_set_darkness_map(set_darkness_map); |
| | set_dragon_gain_func(dragon_ability_gain); |
} | | } |
| | |
/* init_races() - reads the races file in the lib/ directory, then | | /* init_races() - reads the races file in the lib/ directory, then |