version 1.51 | | version 1.52 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.51 2003/10/12 03:57:20 mwedel Exp $"; | | * "$Id: init.c,v 1.52 2003/10/26 06:56:57 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); | | set_weather_effect_func(weather_effect); |
| | set_find_skill_by_number_func(find_skill_by_number); |
} | | } |
| | |
/* init_races() - reads the races file in the lib/ directory, then | | /* init_races() - reads the races file in the lib/ directory, then |