version 1.35 | | version 1.36 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.35 2005/04/27 06:40:07 mwedel Exp $"; | | * "$Id: init.c,v 1.36 2005/05/06 21:10:26 tchize Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
ns->EMI_smooth=0; | | ns->EMI_smooth=0; |
ns->look_position = 0; | | ns->look_position = 0; |
ns->update_look = 0; | | ns->update_look = 0; |
| | ns->has_readable_type = 0; |
| | |
/* we should really do some checking here - if total clients overflows | | /* we should really do some checking here - if total clients overflows |
* we need to do something more intelligent, because client id's will start | | * we need to do something more intelligent, because client id's will start |