Difference for random_maps/decor.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_decor_ =   * static char *rcsid_decor_ =
  *   "$Id: decor.c,v 1.2 1999/07/13 06:03:03 cvs Exp $";   *   "$Id: decor.c,v 1.3 2000/05/26 09:50:47 jec Exp $";
  */   */
   
 /*  /*
Line 74
 
Line 74
  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);   CLEAR_FLAG(this_object,FLAG_NO_PASS);
  insert_ob_in_map(this_object,map);   insert_ob_in_map(this_object,map,NULL);
  number_to_place--;   number_to_place--;
  }   }
    else failures++;     else failures++;


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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