Difference for server/monster.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.12 2000/12/19 06:54:52 peterm Exp $";   *    "$Id: monster.c,v 1.13 2000/12/24 01:48:20 cvs Exp $";
  */   */
   
 /*  /*
Line 1338
 
Line 1338
 void communicate(object *op, char *txt) {  void communicate(object *op, char *txt) {
   object *npc;    object *npc;
   int i;    int i;
   for(i = 0; i < 24; i++)    for(i = 0; i <= SIZEOFFREE2; i++)
     if (!out_of_map(op->map, op->x+freearr_x[i], op->y+freearr_y[i]))      if (!out_of_map(op->map, op->x+freearr_x[i], op->y+freearr_y[i]))
       for(npc = get_map_ob(op->map,op->x+freearr_x[i],op->y+freearr_y[i]);        for(npc = get_map_ob(op->map,op->x+freearr_x[i],op->y+freearr_y[i]);
           npc != NULL; npc = npc->above) {            npc != NULL; npc = npc->above) {


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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