version 1.27 | | version 1.28 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.27 2002/10/28 04:50:39 garbled Exp $"; | | * "$Id: init.c,v 1.28 2002/11/08 08:54:07 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); | | set_dragon_gain_func(dragon_ability_gain); |
| | set_weather_effect_func(weather_effect); |
} | | } |
| | |
/* init_races() - reads the races file in the lib/ directory, then | | /* init_races() - reads the races file in the lib/ directory, then |