Difference for server/monster.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.2 1999/07/13 06:03:04 cvs Exp $";   *    "$Id: monster.c,v 1.3 2000/04/12 06:38:04 cvs Exp $";
  */   */
   
 /*  /*
Line 864
 
Line 864
         apply(monster,tmp,0);           apply(monster,tmp,0);
       break;        break;
     }      }
       if (QUERY_FLAG (tmp, FLAG_IS_FLOOR))
           break;
   }    }
 }  }
   


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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