Difference for random_maps/special.c from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_special_c =   * static char *rcsid_special_c =
  *   "$Id: special.c,v 1.21 2005/04/14 06:57:02 mwedel Exp $";   *   "$Id: special.c,v 1.22 2005/10/28 19:08:53 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 225
 
Line 225
  mon = "none";   mon = "none";
  break;   break;
      }       }
   
    default:  /* undefined */
        LOG(llevError, "place_special_exit: undefined hole type %d\n", hole_type);
        return;
        break;
     }      }
   
     /* Need to be at least this size, otherwise the load      /* Need to be at least this size, otherwise the load


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

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