Difference for server/c_wiz.c from version 1.85 to 1.86


version 1.85 version 1.86
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.85 2006/07/25 15:43:27 gros Exp $";   *   "$Id: c_wiz.c,v 1.86 2006/07/25 21:49:28 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1058
 
Line 1058
     /* Always work on the head - otherwise object will get in odd state */      /* Always work on the head - otherwise object will get in odd state */
     if (tmp->head)      if (tmp->head)
         tmp = tmp->head;          tmp = tmp->head;
       if (tmp->speed != 0) {
           tmp->speed = 0;
           update_ob_speed(tmp);
       }
     remove_ob(tmp);      remove_ob(tmp);
     return 1;      return 1;
 }  }


Legend:
line(s) removed in v.1.85 
line(s) changed
 line(s) added in v.1.86

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:29