Difference for common/treasure.c from version 1.24 to 1.25


version 1.24 version 1.25
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.24 2001/12/23 08:17:36 mwedel Exp $";   *   "$Id: treasure.c,v 1.25 2002/01/01 23:37:54 garbled Exp $";
  */   */
   
 /*  /*
Line 280
 
Line 280
     if (flags & GT_ENVIRONMENT) {      if (flags & GT_ENVIRONMENT) {
         op->x = creator->x;          op->x = creator->x;
         op->y = creator->y;          op->y = creator->y;
    SET_FLAG(op, FLAG_OBJ_ORIGINAL);
         insert_ob_in_map (op, creator->map,op,INS_NO_MERGE | INS_NO_WALK_ON);          insert_ob_in_map (op, creator->map,op,INS_NO_MERGE | INS_NO_WALK_ON);
     } else {      } else {
         op = insert_ob_in_ob (op, creator);          op = insert_ob_in_ob (op, creator);


Legend:
line(s) removed in v.1.24 
line(s) changed
 line(s) added in v.1.25

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