Difference for socket/request.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.15 2001/06/12 04:29:44 mwedel Exp $";   *    "$Id: request.c,v 1.16 2001/06/13 12:52:14 michtoen Exp $";
  */   */
   
 /*  /*
Line 136
 
Line 136
  strcat(cmdback, cmd);   strcat(cmdback, cmd);
  strcat(cmdback, " ");   strcat(cmdback, " ");
   
  if (!strcmp(cmd,"sound")) {  
    if (!strcmp(cmd,"newanim")) {
    ns->newanim = atoi(param);
    strcat(cmdback, param);
    }
    else if (!strcmp(cmd,"sound")) {
      ns->sound = atoi(param);       ns->sound = atoi(param);
      strcat(cmdback, param);       strcat(cmdback, param);
  }   }
Line 1206
 
Line 1211
     ns->sent_scroll = 1;      ns->sent_scroll = 1;
 }  }
   
   


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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