Difference for server/monster.c from version 1.33 to 1.34


version 1.33 version 1.34
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.33 2001/10/30 02:30:20 michtoen Exp $";   *    "$Id: monster.c,v 1.34 2001/11/02 16:22:03 michtoen Exp $";
  */   */
   
 /*  /*
Line 209
 
Line 209
      */       */
     if (!op->map) return 0;      if (!op->map) return 0;
   
       CLEAR_FLAG(op,FLAG_PARALYZED); /* if we are here, we never paralyzed anymore */
   
     enemy= find_enemy(op, &rv);      enemy= find_enemy(op, &rv);
   
     if(QUERY_FLAG(op, FLAG_SLEEP)||QUERY_FLAG(op, FLAG_BLIND)      if(QUERY_FLAG(op, FLAG_SLEEP)||QUERY_FLAG(op, FLAG_BLIND)


Legend:
line(s) removed in v.1.33 
line(s) changed
 line(s) added in v.1.34

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