version 1.80 | | version 1.81 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.80 2006/08/05 09:57:00 ryo_saeba Exp $"; | | * "$Id: init.c,v 1.81 2006/08/20 09:58:25 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
init_commands(); /* Sort command tables */ | | init_commands(); /* Sort command tables */ |
read_map_log(); /* Load up the old temp map files */ | | read_map_log(); /* Load up the old temp map files */ |
init_skills(); | | init_skills(); |
| | cftimer_init(); |
| | |
parse_args(argc, argv, 3); | | parse_args(argc, argv, 3); |
| | |