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


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_pets_c =   * static char *rcsid_pets_c =
  *    "$Id: pets.c,v 1.20 2004/03/23 07:52:31 mwedel Exp $";   *    "$Id: pets.c,v 1.21 2004/04/03 08:05:25 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, owner->map, NULL,0);      insert_ob_in_map(ob, tmp->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.20 
line(s) changed
 line(s) added in v.1.21

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