Difference for random_maps/decor.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_decor_ =   * static char *rcsid_decor_ =
  *   "$Id: decor.c,v 1.7 2002/07/15 04:25:40 mwedel Exp $";   *   "$Id: decor.c,v 1.8 2005/11/16 08:16:08 mwedel Exp $";
  */   */
   
 /*  /*
Line 76
 
Line 76
  this_object->x = x;   this_object->x = x;
  this_object->y = y;   this_object->y = y;
  /* it screws things up if decor can stop people */   /* it screws things up if decor can stop people */
  CLEAR_FLAG(this_object,FLAG_NO_PASS);   this_object->move_block = MOVE_BLOCK_DEFAULT;
  insert_ob_in_map(this_object,map,NULL,0);   insert_ob_in_map(this_object,map,NULL,0);
  number_to_place--;   number_to_place--;
  }   }
Line 96
 
Line 96
  this_object->x = i;   this_object->x = i;
  this_object->y = j;   this_object->y = j;
  /* it screws things up if decor can stop people */   /* it screws things up if decor can stop people */
  CLEAR_FLAG(this_object,FLAG_NO_PASS);   this_object->move_block = MOVE_BLOCK_DEFAULT;
  insert_ob_in_map(this_object,map,NULL,0);   insert_ob_in_map(this_object,map,NULL,0);
  }   }
    }     }


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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