Difference for server/monster.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.6 2000/05/27 06:02:58 cvs Exp $";   *    "$Id: monster.c,v 1.7 2000/06/09 12:01:47 jec Exp $";
  */   */
   
 /*  /*
Line 1410
 
Line 1410
   if ( ! tmp)    if ( ! tmp)
     tmp = heaviest;      tmp = heaviest;
   if (tmp && QUERY_FLAG (tmp, FLAG_APPLIED)) {    if (tmp && QUERY_FLAG (tmp, FLAG_APPLIED)) {
     if (monster_apply_special (op, tmp, AP_UNAPPLY)) {      if (apply_special (op, tmp, AP_UNAPPLY | AP_NO_MERGE)) {
       LOG (llevError, "BUG: find_mon_throw_ob(): couldn't unapply\n");        LOG (llevError, "BUG: find_mon_throw_ob(): couldn't unapply\n");
       tmp = NULL;        tmp = NULL;
     }      }


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

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