Difference for random_maps/treasure.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_treasure_c =   * static char *rcsid_treasure_c =
  *   "$Id: treasure.c,v 1.8 2000/12/15 03:09:19 peterm Exp $";   *   "$Id: treasure.c,v 1.9 2001/02/11 08:17:06 peterm Exp $";
  */   */
   
 /*  /*
Line 104
 
Line 104
  /* map_layout_style global, and is previously set */   /* map_layout_style global, and is previously set */
     switch(RP->map_layout_style) {      switch(RP->map_layout_style) {
     case ONION_LAYOUT:      case ONION_LAYOUT:
       case SPIRAL_LAYOUT:
       case SQUARE_SPIRAL_LAYOUT:
       {        {
    int i,j;     int i,j;
    /* search the onion for C's or '>', and put treasure there. */     /* search the onion for C's or '>', and put treasure there. */
Line 125
 
Line 127
    }     }
    break;     break;
       }        }
     case MAZE_LAYOUT:      default:
       {        {
    int i,j,tries;     int i,j,tries;
    object *chest;     object *chest;


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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