version 1.24 | | version 1.25 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.24 2002/05/19 03:55:48 mwedel Exp $"; | | * "$Id: init.c,v 1.25 2002/05/31 04:18:39 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
ns->mapx = 11; | | ns->mapx = 11; |
ns->mapy = 11; | | ns->mapy = 11; |
ns->newmapcmd= 0; | | ns->newmapcmd= 0; |
| | ns->itemcmd = 1; /* Default is version item1 command*/ |
| | |
/* 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 |