Difference for common/treasure.c from version 1.49 to 1.50


version 1.49 version 1.50
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.49 2004/05/09 08:03:57 mwedel Exp $";   *   "$Id: treasure.c,v 1.50 2004/10/18 06:54:35 mwedel Exp $";
  */   */
   
 /*  /*
Line 768
 
Line 768
  create_treasure(op->randomitems, op,flags ,difficulty, 0);   create_treasure(op->randomitems, op,flags ,difficulty, 0);
  if (!op->inv) LOG(llevDebug,"fix_generated_item: Unable to generate treasure for %s\n",   if (!op->inv) LOG(llevDebug,"fix_generated_item: Unable to generate treasure for %s\n",
    op->name);     op->name);
    /* So the treasure doesn't get created again */
    op->randomitems = NULL;
     }      }
   
     if (difficulty<1) difficulty=1;      if (difficulty<1) difficulty=1;


Legend:
line(s) removed in v.1.49 
line(s) changed
 line(s) added in v.1.50

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