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


version 1.98 version 1.99
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.98 2006/05/05 09:26:35 ryo_saeba Exp $";   *    "$Id: monster.c,v 1.99 2006/05/25 15:31:48 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 497
 
Line 497
      * into themselves.       * into themselves.
      */       */
     get_rangevector(op, enemy, &rv, 0);      get_rangevector(op, enemy, &rv, 0);
       if ( op->direction != rv.direction )
       {
       op->direction = rv.direction;
        op->facing = op->direction;
        animate_object(op, op->direction);
       }
   
     /* Move the check for scared up here - if the monster was scared,      /* Move the check for scared up here - if the monster was scared,
      * we were not doing any of the logic below, so might as well save       * we were not doing any of the logic below, so might as well save


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

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