Difference for server/player.c from version 1.38 to 1.39


version 1.38 version 1.39
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.38 2001/02/12 07:11:11 cvs Exp $";   *   "$Id: player.c,v 1.39 2001/02/23 06:06:35 mwedel Exp $";
  */   */
   
 /*  /*
Line 2016
 
Line 2016
   
   for(tmp=op->inv;tmp!=NULL;tmp=next) {    for(tmp=op->inv;tmp!=NULL;tmp=next) {
     next=tmp->below;      next=tmp->below;
     if (tmp->type==EXPERIENCE) continue;      if (tmp->type==EXPERIENCE || tmp->invisible) continue;
     remove_ob(tmp);      remove_ob(tmp);
     tmp->x=op->x,tmp->y=op->y;      tmp->x=op->x,tmp->y=op->y;
     if (tmp->type == CONTAINER) { /* empty container to ground */      if (tmp->type == CONTAINER) { /* empty container to ground */


Legend:
line(s) removed in v.1.38 
line(s) changed
 line(s) added in v.1.39

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