Difference for common/treasure.c from version 1.51 to 1.52


version 1.51 version 1.52
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.51 2005/03/06 20:38:52 akirschbaum Exp $";   *   "$Id: treasure.c,v 1.52 2005/04/16 22:05:09 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 241
 
Line 241
  * of treasurelists which has been built by load_treasures().   * of treasurelists which has been built by load_treasures().
  */   */
   
 treasurelist *find_treasurelist(char *name) {  treasurelist *find_treasurelist(const char *name) {
   char *tmp=find_string(name);    char *tmp=find_string(name);
   treasurelist *tl;    treasurelist *tl;
   


Legend:
line(s) removed in v.1.51 
line(s) changed
 line(s) added in v.1.52

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