Difference for common/object.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.11 2000/12/04 00:40:03 cvs Exp $";   *   "$Id: object.c,v 1.12 2001/01/15 22:33:32 cvs Exp $";
  */   */
   
 /*  /*
Line 929
 
Line 929
     }      }
   if(QUERY_FLAG(ob,FLAG_FRIENDLY)) {    if(QUERY_FLAG(ob,FLAG_FRIENDLY)) {
     LOG(llevMonster,"Warning: tried to free friendly object.\n");      LOG(llevMonster,"Warning: tried to free friendly object.\n");
     (*remove_friendly_object_func)(ob);      remove_friendly_object(ob);
   }    }
   if(QUERY_FLAG(ob,FLAG_FREED)) {    if(QUERY_FLAG(ob,FLAG_FREED)) {
     dump_object(ob);      dump_object(ob);


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

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