Difference for server/time.c from version 1.44 to 1.45


version 1.44 version 1.45
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_time_c =   * static char *rcsid_time_c =
  *    "$Id: time.c,v 1.44 2002/12/03 07:40:18 mwedel Exp $";   *    "$Id: time.c,v 1.45 2002/12/12 21:52:52 garbled Exp $";
  */   */
   
 /*  /*
Line 534
 
Line 534
     update_ob_speed(op);      update_ob_speed(op);
     op->stats.wc = op->stats.sp;      op->stats.wc = op->stats.sp;
     op->stats.dam= op->stats.hp;      op->stats.dam= op->stats.hp;
       op->attacktype = op->stats.grace;
     /* Reset these to zero, so that CAN_MERGE will work properly */      /* Reset these to zero, so that CAN_MERGE will work properly */
     op->stats.sp = 0;      op->stats.sp = 0;
     op->stats.hp = 0;      op->stats.hp = 0;
       op->stats.grace = 0;
     op->face=op->arch->clone.face;      op->face=op->arch->clone.face;
     op->owner=NULL; /* So that stopped arrows will be saved */      op->owner=NULL; /* So that stopped arrows will be saved */
     update_object (op,UP_OBJ_FACE);      update_object (op,UP_OBJ_FACE);


Legend:
line(s) removed in v.1.44 
line(s) changed
 line(s) added in v.1.45

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