Difference for common/living.c from version 1.64 to 1.65


version 1.64 version 1.65
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.64 2004/10/15 07:09:35 mwedel Exp $";   *   "$Id: living.c,v 1.65 2005/03/06 19:05:24 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 110
 
Line 110
  * before, you need to start someplace.   * before, you need to start someplace.
  */   */
   
 int weight_limit[MAX_STAT+ 1] = {  uint32 weight_limit[MAX_STAT+ 1] = {
     200000,  /* 0 */      200000,  /* 0 */
     250000,300000,350000,400000,500000,     /* 5*/      250000,300000,350000,400000,500000,     /* 5*/
     600000,700000,800000,900000,1000000,    /* 10 */      600000,700000,800000,900000,1000000,    /* 10 */


Legend:
line(s) removed in v.1.64 
line(s) changed
 line(s) added in v.1.65

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