version 1.63 | | version 1.64 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: request.c,v 1.63 2004/06/13 17:30:39 akirschbaum Exp $"; | | * "$Id: request.c,v 1.64 2005/01/24 07:29:26 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
void AskSmooth (char *buf, int len, NewSocket *ns){ | | void AskSmooth (char *buf, int len, NewSocket *ns){ |
char* defaultsmooth="default_smoothed.111"; | | char* defaultsmooth="default_smoothed.111"; |
char reply[MAX_BUF]; | | uint8 reply[MAX_BUF]; |
SockList sl; | | SockList sl; |
uint16 smoothface; | | uint16 smoothface; |
uint16 facenbr; | | uint16 facenbr; |
| | |
facenbr=atoi (buf); | | facenbr=atoi (buf); |
if ((!FindSmooth (facenbr, &smoothface)) && | | if ((!FindSmooth (facenbr, &smoothface)) && |
(!FindSmooth ( ( uint16 )FindFace(defaultsmooth,0), &smoothface)) | | (!FindSmooth ( ( uint16 )FindFace(defaultsmooth,0), &smoothface)) |