Difference for server/monster.c from version 1.95 to 1.96


version 1.95 version 1.96
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.95 2005/11/09 19:34:17 akirschbaum Exp $";   *    "$Id: monster.c,v 1.96 2006/01/07 18:30:05 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 442
 
Line 442
     } /* no enemy */      } /* no enemy */
   
     /* We have an enemy.  Block immediately below is for pets */      /* We have an enemy.  Block immediately below is for pets */
     if((op->type&HI4) == PETMOVE && (owner = get_owner(op)) != NULL && !on_same_map(op,owner))      if((op->attack_movement&HI4) == PETMOVE && (owner = get_owner(op)) != NULL && !on_same_map(op,owner))
     {      {
  follow_owner(op, owner);   follow_owner(op, owner);
  /* If the pet was unable to follow the owner, free it */   /* If the pet was unable to follow the owner, free it */


Legend:
line(s) removed in v.1.95 
line(s) changed
 line(s) added in v.1.96

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