Difference for server/monster.c from version 1.99 to 1.100


version 1.99 version 1.100
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.99 2006/05/25 15:31:48 ryo_saeba Exp $";   *    "$Id: monster.c,v 1.100 2006/05/30 07:12:29 mwedel Exp $";
  */   */
   
 /*  /*
Line 501
 
Line 501
     {      {
     op->direction = rv.direction;      op->direction = rv.direction;
      op->facing = op->direction;       op->facing = op->direction;
    if (op->animation_id)
      animate_object(op, op->direction);       animate_object(op, op->direction);
     }      }
   


Legend:
line(s) removed in v.1.99 
line(s) changed
 line(s) added in v.1.100

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