version 1.13 | | version 1.14 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.13 2001/05/29 04:41:54 mwedel Exp $"; | | * "$Id: init.c,v 1.14 2001/06/04 06:41:02 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
ns->status = Ns_Add; | | ns->status = Ns_Add; |
ns->comment = NULL; | | ns->comment = NULL; |
ns->old_mode = 0; | | ns->old_mode = 0; |
| | ns->mapx = 11; |
| | ns->mapy = 11; |
| | |
/* 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 |