Difference for server/player.c from version 1.203 to 1.204


version 1.203 version 1.204
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.203 2006/09/04 07:21:05 mwedel Exp $";   *   "$Id: player.c,v 1.204 2006/09/10 00:04:35 qal21 Exp $";
  */   */
   
 /*  /*
Line 2876
 
Line 2876
  * the player has any unpaid items.  If so, remove them and put them back   * the player has any unpaid items.  If so, remove them and put them back
  * in the map.   * in the map.
  */   */
           if (is_in_shop(op))
  for (tmp= get_map_ob(op->map, op->x, op->y); tmp; tmp=tmp->above) {  
      if (tmp->type == SHOP_FLOOR) {  
  remove_unpaid_objects(op->inv, op);   remove_unpaid_objects(op->inv, op);
  break;  
      }  
  }  
    
   
  /****************************************/   /****************************************/
  /*                                      */   /*                                      */


Legend:
line(s) removed in v.1.203 
line(s) changed
 line(s) added in v.1.204

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