version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* static char *rcsid_arch_c = | | * static char *rcsid_arch_c = |
* "$Id: exp.c,v 1.8 2004/03/26 21:59:25 ryo_saeba Exp $"; | | * "$Id: exp.c,v 1.9 2005/12/05 23:34:03 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* are errors, the table is likely in an inconsistent | | * are errors, the table is likely in an inconsistent |
* state. | | * state. |
*/ | | */ |
void init_experience() | | void init_experience(void) |
{ | | { |
char buf[MAX_BUF], *cp; | | char buf[MAX_BUF], *cp; |
int lastlevel=0, comp; | | int lastlevel=0, comp; |
| | |
* format of the exp_table is correct. | | * format of the exp_table is correct. |
*/ | | */ |
| | |
void dump_experience() | | void dump_experience(void) |
{ | | { |
int i; | | int i; |
| | |