Difference for socket/init.c from version 1.28 to 1.29


version 1.28 version 1.29
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 111
 
Line 111
     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


Legend:
line(s) removed in v.1.28 
line(s) changed
 line(s) added in v.1.29

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:34