--- deliantra/server/socket/request.C 2007/03/01 12:28:17 1.67 +++ deliantra/server/socket/request.C 2007/03/04 19:36:12 1.68 @@ -707,10 +707,10 @@ /* If we can't find a face, return and set it so we won't try to send this * again. */ - if ((!FindSmooth (face, &smoothface)) && (!FindSmooth (smooth_face->number, &smoothface))) + if (!FindSmooth (face, &smoothface)) { - LOG (llevError, "could not findsmooth for %d. Neither default (%s)\n", face, &smooth_face->name); + LOG (llevError, "could not findsmooth for %d.\n", face); ns->faces_sent[face] |= NS_FACESENT_SMOOTH; return; } @@ -728,10 +728,10 @@ ns->send_packet (sl); } - /** - * Tells client the picture it has to use - * to smooth a picture number given as argument. - */ +/** + * Tells client the picture it has to use + * to smooth a picture number given as argument. + */ void AskSmooth (char *buf, int len, client *ns) {