Difference for socket/request.c from version 1.56 to 1.57


version 1.56 version 1.57
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.56 2003/12/14 16:28:47 ryo_saeba Exp $";   *    "$Id: request.c,v 1.57 2004/01/20 14:52:52 tchize Exp $";
  */   */
   
 /*  /*
Line 1304
 
Line 1304
     /* If there is no object for this space, or if the face for the object      /* If there is no object for this space, or if the face for the object
      * is the blank face, set the smoothlevel to zero.       * is the blank face, set the smoothlevel to zero.
      */       */
     if (!ob || ob->face == blank_face) smoothlevel=0;      if (!ob || ob->face == blank_face || MAP_NOSMOOTH(mp)) smoothlevel=0;
     else {      else {
      smoothlevel = ob->smoothlevel;       smoothlevel = ob->smoothlevel;
     } /* else not already head object or blank face */      } /* else not already head object or blank face */


Legend:
line(s) removed in v.1.56 
line(s) changed
 line(s) added in v.1.57

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:37