version 1.28 | | version 1.29 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.28 2003/03/19 08:04:51 mwedel Exp $"; | | * "$Id: init.c,v 1.29 2003/06/19 10:59:33 tchize Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
ns->mapy = 11; | | ns->mapy = 11; |
ns->newmapcmd= 0; | | ns->newmapcmd= 0; |
ns->itemcmd = 1; /* Default is version item1 command*/ | | ns->itemcmd = 1; /* Default is version item1 command*/ |
| | ns->ext_mapinfos=0; /*extendedmapinfo datas*/ |
| | ns->EMI_smooth=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 |