Difference for random_maps/special.c from version 1.14 to 1.15


version 1.14 version 1.15
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_special_c =   * static char *rcsid_special_c =
  *   "$Id: special.c,v 1.14 2001/09/27 00:07:22 garbled Exp $";   *   "$Id: special.c,v 1.15 2002/06/07 07:00:44 mwedel Exp $";
  */   */
   
 /*  /*
Line 160
 
Line 160
   SET_FLAG(potion,FLAG_NO_PICK);    SET_FLAG(potion,FLAG_NO_PICK);
   SET_FLAG(potion,FLAG_IDENTIFIED);    SET_FLAG(potion,FLAG_IDENTIFIED);
   potion->name=add_string("fountain");    potion->name=add_string("fountain");
     potion->name_pl=add_string("fountain");
   potion->x = ix;    potion->x = ix;
   potion->y = iy;    potion->y = iy;
   potion->material=M_ADAMANT;    potion->material=M_ADAMANT;


Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15

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