version 1.18 | | version 1.19 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.18 2001/07/22 18:48:47 smacfiggen Exp $"; | | * "$Id: init.c,v 1.19 2001/07/31 06:33:23 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
memset(&ns->faces_sent,0,sizeof(ns->faces_sent)); | | memset(&ns->faces_sent,0,sizeof(ns->faces_sent)); |
memset(&ns->anims_sent,0,sizeof(ns->anims_sent)); | | memset(&ns->anims_sent,0,sizeof(ns->anims_sent)); |
memset(&ns->stats,0,sizeof(struct statsinfo)); | | memset(&ns->stats,0,sizeof(struct statsinfo)); |
| | /* Do this so we don't send a face command for the client for |
| | * this face. Face 0 is sent to the client to say clear |
| | * face information. |
| | */ |
| | ns->faces_sent[0] = 1; |
| | |
ns->outputbuffer.start=0; | | ns->outputbuffer.start=0; |
ns->outputbuffer.len=0; | | ns->outputbuffer.len=0; |
ns->can_write=1; | | ns->can_write=1; |