Difference for common/treasure.c from version 1.37 to 1.38


version 1.37 version 1.38
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.37 2003/06/30 20:51:37 gros Exp $";   *   "$Id: treasure.c,v 1.38 2003/09/04 06:25:32 temitchell Exp $";
  */   */
   
 /*  /*
Line 960
 
Line 960
      case RUNE:       case RUNE:
  (*trap_adjust_func)(op,difficulty);   (*trap_adjust_func)(op,difficulty);
  break;   break;
   
    case TRAP:
    (*trap_adjust_func)(op,difficulty);
    break;
  } /* switch type */   } /* switch type */
   
     if (op->type == POTION && special_potion(op)) {      if (op->type == POTION && special_potion(op)) {


Legend:
line(s) removed in v.1.37 
line(s) changed
 line(s) added in v.1.38

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