Difference for common/object.c from version 1.58 to 1.59


version 1.58 version 1.59
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.58 2002/09/07 05:55:18 mwedel Exp $";   *   "$Id: object.c,v 1.59 2002/11/13 00:49:46 garbled Exp $";
  */   */
   
 /*  /*
Line 559
 
Line 559
     op->expmul=1.0;      op->expmul=1.0;
     op->face = blank_face;      op->face = blank_face;
     op->attacked_by_count= -1;      op->attacked_by_count= -1;
 #ifdef CASTING_TIME      if (settings.casting_time == TRUE)
     op->casting = -1;      op->casting = -1;
 #endif  
 }  }
   
 /*  /*


Legend:
line(s) removed in v.1.58 
line(s) changed
 line(s) added in v.1.59

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