Difference for server/pets.c from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_pets_c =   * static char *rcsid_pets_c =
  *    "$Id: pets.c,v 1.21 2004/04/03 08:05:25 mwedel Exp $";   *    "$Id: pets.c,v 1.22 2004/04/05 07:01:11 mwedel Exp $";
  */   */
   
 /*  /*
Line 290
 
Line 290
      tmp->map = get_map_from_coord(tmp->map, &tmp->x, &tmp->y);       tmp->map = get_map_from_coord(tmp->map, &tmp->x, &tmp->y);
  }   }
     }      }
     insert_ob_in_map(ob, tmp->map, NULL,0);      insert_ob_in_map(ob, ob->map, NULL,0);
     if (owner->type == PLAYER) /* Uh, I hope this is always true... */      if (owner->type == PLAYER) /* Uh, I hope this is always true... */
  new_draw_info(NDI_UNIQUE, 0,owner, "Your pet magically appears next to you");   new_draw_info(NDI_UNIQUE, 0,owner, "Your pet magically appears next to you");
     return;      return;


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

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