Difference for common/exp.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 149
 
Line 149
  * 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;
Line 231
 
Line 231
  * 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;
   


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:06