Difference for random_maps/special.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_special_c =   * static char *rcsid_special_c =
  *   "$Id: special.c,v 1.5 2000/06/14 07:07:10 cvs Exp $";   *   "$Id: special.c,v 1.6 2000/06/18 02:24:45 cvs Exp $";
  */   */
   
 /*  /*
Line 142
 
Line 142
   iy += freearr_y[i];    iy += freearr_y[i];
   potion->face=fountain->face;    potion->face=fountain->face;
   SET_FLAG(potion,FLAG_NO_PICK);    SET_FLAG(potion,FLAG_NO_PICK);
     SET_FLAG(potion,FLAG_IDENTIFIED);
   potion->name=add_string("fountain");    potion->name=add_string("fountain");
   potion->x = ix;    potion->x = ix;
   potion->y = iy;    potion->y = iy;


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

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