Difference for common/map.c from version 1.52 to 1.53


version 1.52 version 1.53
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.52 2003/03/03 05:13:08 mwedel Exp $";   *   "$Id: map.c,v 1.53 2003/03/08 05:35:32 mwedel Exp $";
  */   */
   
 /*  /*
Line 1436
 
Line 1436
     archetype *at;      archetype *at;
     int x,y;      int x,y;
     int diff=0;      int diff=0;
     int total_exp=0,exp_pr_sq;  
     int i;      int i;
       sint64 exp_pr_sq, total_exp=0;
   
     if (MAP_DIFFICULTY(m)) {      if (MAP_DIFFICULTY(m)) {
  LOG(llevDebug, "Using stored map difficulty: %d\n", MAP_DIFFICULTY(m));   LOG(llevDebug, "Using stored map difficulty: %d\n", MAP_DIFFICULTY(m));


Legend:
line(s) removed in v.1.52 
line(s) changed
 line(s) added in v.1.53

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