version 1.33 | | version 1.34 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.33 2003/12/18 20:40:44 ryo_saeba Exp $"; | | * "$Id: init.c,v 1.34 2005/03/19 09:14:57 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* this face. Face 0 is sent to the client to say clear | | * this face. Face 0 is sent to the client to say clear |
* face information. | | * face information. |
*/ | | */ |
ns->faces_sent[0] = 1; | | ns->faces_sent[0] = NS_FACESENT_FACE; |
| | |
ns->outputbuffer.start=0; | | ns->outputbuffer.start=0; |
ns->outputbuffer.len=0; | | ns->outputbuffer.len=0; |