Difference for random_maps/special.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_special_c =   * static char *rcsid_special_c =
  *   "$Id: special.c,v 1.3 1999/07/13 06:03:03 cvs Exp $";   *   "$Id: special.c,v 1.4 2000/05/26 09:50:47 jec Exp $";
  */   */
   
 /*  /*
Line 147
 
Line 147
   potion->material=M_ADAMANT;    potion->material=M_ADAMANT;
   fountain->x = ix;    fountain->x = ix;
   fountain->y = iy;    fountain->y = iy;
   insert_ob_in_map(fountain,map);    insert_ob_in_map(fountain,map,NULL);
   insert_ob_in_map(potion,map);    insert_ob_in_map(potion,map,NULL);
   
 }  }
   


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

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