Difference for common/map.c from version 1.85 to 1.86


version 1.85 version 1.86
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.85 2005/10/04 01:39:36 cavesomething Exp $";   *   "$Id: map.c,v 1.86 2005/10/04 05:06:18 cavesomething Exp $";
  */   */
   
 /*  /*
Line 1194
 
Line 1194
  fprintf(fp,"shopitems %s\n", shop);   fprintf(fp,"shopitems %s\n", shop);
     }      }
     if (m->shopgreed) fprintf(fp,"shopgreed %f\n", m->shopgreed);      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,"shopmin %d\n", m->shopmin);
     if (m->shopmax) fprintf(fp,"shopgreed %d\n", m->shopmax);      if (m->shopmax) fprintf(fp,"shopmax %d\n", m->shopmax);
     if (m->shoprace) fprintf(fp,"shoprace %s\n", m->shoprace);      if (m->shoprace) fprintf(fp,"shoprace %s\n", m->shoprace);
     if (m->darkness) fprintf(fp,"darkness %d\n", m->darkness);      if (m->darkness) fprintf(fp,"darkness %d\n", m->darkness);
     if (m->width) fprintf(fp,"width %d\n", m->width);      if (m->width) fprintf(fp,"width %d\n", m->width);


Legend:
line(s) removed in v.1.85 
line(s) changed
 line(s) added in v.1.86

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