Difference for common/map.c from version 1.83 to 1.84


version 1.83 version 1.84
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.83 2005/10/03 15:47:31 cavesomething Exp $";   *   "$Id: map.c,v 1.84 2005/10/04 01:00:04 cavesomething Exp $";
  */   */
   
 /*  /*
Line 1190
 
Line 1190
      */       */
     if (m->difficulty) fprintf(fp,"difficulty %d\n", m->difficulty);      if (m->difficulty) fprintf(fp,"difficulty %d\n", m->difficulty);
     if (m->region) fprintf(fp,"region %s\n", m->region->name);      if (m->region) fprintf(fp,"region %s\n", m->region->name);
     if (m->shopgreed) {      if (m->shopitems) {
  print_shop_string(m, shop);   print_shop_string(m, shop);
  fprintf(fp,"shopitems %s\n", shop);   fprintf(fp,"shopitems %s\n", shop);
     }      }
       if (m->shopgreed) fprintf(fp,"shopgreed %f\n", m->shopgreed);
     if (m->shopmin) fprintf(fp,"shopgreed %d\n", m->shopmin);      if (m->shopmin) fprintf(fp,"shopgreed %d\n", m->shopmin);
     if (m->shopmax) fprintf(fp,"shopgreed %d\n", m->shopmax);      if (m->shopmax) fprintf(fp,"shopgreed %d\n", m->shopmax);
     if (m->shoprace) fprintf(fp,"shoprace %s\n", m->shoprace);      if (m->shoprace) fprintf(fp,"shoprace %s\n", m->shoprace);


Legend:
line(s) removed in v.1.83 
line(s) changed
 line(s) added in v.1.84

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