Difference for common/object.c from version 1.67 to 1.68


version 1.67 version 1.68
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.67 2003/02/12 06:30:26 mwedel Exp $";   *   "$Id: object.c,v 1.68 2003/04/05 05:39:48 mwedel Exp $";
  */   */
   
 /*  /*
Line 135
 
Line 135
  (ob1->animation_id != ob2->animation_id) ||   (ob1->animation_id != ob2->animation_id) ||
  (ob1->client_type != ob2->client_type) ||   (ob1->client_type != ob2->client_type) ||
  (ob1->materialname != ob2->materialname) ||   (ob1->materialname != ob2->materialname) ||
  (ob1->lore != ob2->lore)   (ob1->lore != ob2->lore) ||
    (ob1->subtype != ob2->subtype)
  )    )
      return 0;       return 0;
   


Legend:
line(s) removed in v.1.67 
line(s) changed
 line(s) added in v.1.68

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