Difference for common/image.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_image_c =   * static char *rcsid_image_c =
  *   "$Id: image.c,v 1.9 2003/07/08 12:45:04 tchize Exp $";   *   "$Id: image.c,v 1.10 2004/02/28 10:40:56 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 387
 
Line 387
 int ReadSmooth () {  int ReadSmooth () {
     char buf[MAX_BUF], *p, *q;      char buf[MAX_BUF], *p, *q;
     FILE *fp;      FILE *fp;
     int value, smoothcount = 0, i;      int smoothcount = 0;
   
     bmaps_checksum=0;      bmaps_checksum=0;
     sprintf (buf,"%s/smooth", settings.datadir);      sprintf (buf,"%s/smooth", settings.datadir);
Line 428
 
Line 428
 }  }
   
 int FindSmooth (uint16 face, uint16* smoothed) {  int FindSmooth (uint16 face, uint16* smoothed) {
     int i;  
     struct smoothing *bp, tmp;      struct smoothing *bp, tmp;
   
     tmp.id = face;      tmp.id = face;


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

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