version 1.56 | | version 1.57 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* 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 */ |